vswitch: Fix documentation for network-uuids external ID in Bridge table.
authorBen Pfaff <blp@nicira.com>
Wed, 7 Apr 2010 22:20:53 +0000 (15:20 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Apr 2010 18:18:21 +0000 (11:18 -0700)
Jeremy pointed out that this field is semicolon-delimited but we document
it as space-delimited.  Fix the documentation.

Reported-by: Jeremy Stribling <strib@nicira.com>
vswitchd/vswitch.xml

index e0f7d82..d3f3efb 100644 (file)
         The currently defined key-value pairs are:
         <dl>
           <dt><code>network-uuids</code></dt>
-          <dd>Space-delimited set of universally unique identifier(s) for the
-            network with which this bridge is associated.  The form of the
+          <dd>Semicolon-delimited set of universally unique identifier(s) for
+            the network with which this bridge is associated.  The form of the
             identifier(s) depends on the type of the host.  On a Citrix
             XenServer host, the network identifiers are RFC 4122 UUIDs as
             displayed by, e.g., <code>xe network-list</code>.</dd>