docs: Mention the semicolon as a valid statement end
authorGeorge Dunlap <george.dunlap@eu.citrix.com>
Wed, 23 Apr 2014 13:19:44 +0000 (14:19 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 24 Apr 2014 15:22:32 +0000 (16:22 +0100)
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/man/xl.cfg.pod.5

index a6663b9081071161db30df8f6a16bd3d73ddee51..c8ce6c18805960a451de53c7daf3c8e63e36c44d 100644 (file)
@@ -48,6 +48,14 @@ not nested.
 
 The semantics of each C<KEY> defines which form of C<VALUE> is required.
 
+Pairs may be separated either by a newline or a semicolon.  Both
+of the following are valid:
+
+  name="h0"
+  builder="hvm"
+
+  name="h0"; builder="hvm"
+
 =head1 OPTIONS
 
 =head2 Mandatory Configuration Items