[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fixed typos in xmexamples.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1210241631 -3600 # Node ID d7dbae33e81d45c86a0a02cc1537144351e38df8 # Parent 9a6ad687ec20dd84753e334b104a154738eae6ec Fixed typos in xmexamples. Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@xxxxxxxxxxxxxx> --- tools/examples/xmexample1 | 2 +- tools/examples/xmexample2 | 2 +- tools/examples/xmexample3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff -r 9a6ad687ec20 -r d7dbae33e81d tools/examples/xmexample1 --- a/tools/examples/xmexample1 Wed May 07 14:16:48 2008 +0100 +++ b/tools/examples/xmexample1 Thu May 08 11:13:51 2008 +0100 @@ -90,7 +90,7 @@ disk = [ 'phy:hda1,hda1,w' ] # # Or you can bind the first unused port above 5900: # -# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ] +# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ] # # You can override the password: # diff -r 9a6ad687ec20 -r d7dbae33e81d tools/examples/xmexample2 --- a/tools/examples/xmexample2 Wed May 07 14:16:48 2008 +0100 +++ b/tools/examples/xmexample2 Thu May 08 11:13:51 2008 +0100 @@ -126,7 +126,7 @@ disk = [ 'phy:sda%d,sda1,w' % (7+vmid), # # Or you can bind the first unused port above 5900: # -# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ] +# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ] # # You can override the password: # diff -r 9a6ad687ec20 -r d7dbae33e81d tools/examples/xmexample3 --- a/tools/examples/xmexample3 Wed May 07 14:16:48 2008 +0100 +++ b/tools/examples/xmexample3 Thu May 08 11:13:51 2008 +0100 @@ -111,7 +111,7 @@ disk = [ 'phy:hda%d,hda1,w' % (vmid)] # # Or you can bind the first unused port above 5900: # -# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ] +# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ] # # You can override the password: # _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |