Document '-F' option of create subcommand.
authorGiuseppe Mazzotta <g.mazzotta@iragan.com>
Tue, 12 May 2015 14:51:42 +0000 (14:51 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 13 May 2015 13:51:12 +0000 (14:51 +0100)
Other options are still missing and not part of this patch.

Signed-off-by: Giuseppe Mazzotta <g.mazzotta@iragan.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/man/xl.pod.1

index 16783c8ea0c18290465f4c896b72d9358add5332..02bf5312fa18735457b8bacc7e4c7b426ba57733 100644 (file)
@@ -115,6 +115,9 @@ Create will return B<as soon> as the domain is started.  This B<does
 not> mean the guest OS in the domain has actually booted, or is
 available for input.
 
+If the I<-F> option is specified, create will start the domain and not
+return until its death.
+
 B<OPTIONS>
 
 =over 4 
@@ -131,6 +134,10 @@ Use the given configuration file.
 
 Leave the domain paused after it is created.
 
+=item B<-F>
+
+Run in foreground until death of the domain.
+
 =item B<-V>, B<--vncviewer>
 
 Attach to domain's VNC server, forking a vncviewer process.