From: Justin Pettit Date: Wed, 14 Apr 2010 01:18:51 +0000 (-0700) Subject: ovs-vsctl: Cleanup some formatting in man page X-Git-Tag: v1.0.0~150 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5de48440612252484f028d26f23d04ba57ce7ab9;p=sliver-openvswitch.git ovs-vsctl: Cleanup some formatting in man page --- diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index d88399da0..84193e875 100644 --- a/utilities/ovs-vsctl.8.in +++ b/utilities/ovs-vsctl.8.in @@ -449,7 +449,7 @@ identified by bridge name. .PP Names of tables, records, and columns are not case-sensitive, and \fB--\fR and \fB_\fR are treated interchangeably. Unique -abbreviations are acceptable, e.g. \fBnet\fR or \fRn\fR is sufficient +abbreviations are acceptable, e.g. \fBnet\fR or \fBn\fR is sufficient to identify the \fBNetFlow\fR table. . .ST "Database Values" @@ -545,7 +545,7 @@ Sets each \fIcolumn\fR in \fIrecord\fR in \fItable\fR to the empty set or empty map, as appropriate. This command applies only to columns that are allowed to be empty. . -.IP "create \fItable column\fR[\fB:\fIkey\fR]\fB=\fIvalue\fR..." +.IP "\fBcreate\fR \fItable column\fR[\fB:\fIkey\fR]\fB=\fIvalue\fR..." Creates a new record in \fItable\fR and sets the initial values of each \fIcolumn\fR. Columns not explicitly set will receive their default values. Outputs the UUID of the new row.