Looks good. --Justin
On Nov 10, 2011, at 9:09 AM, Ben Pfaff wrote: > Reported-by: Michael Mao <[email protected]> > --- > utilities/ovs-ofctl.8.in | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in > index cd8d4f2..531fd9c 100644 > --- a/utilities/ovs-ofctl.8.in > +++ b/utilities/ovs-ofctl.8.in > @@ -447,10 +447,10 @@ these settings are ignored (see \fBFlow Syntax\fR > above). > . > .IP \fBtable=\fInumber\fR > If specified, limits the flow manipulation and flow dump commands to > -only apply to the table with the given \fInumber\fR. > -\fInumber\fR is a number between 0 and 254, inclusive. > +only apply to the table with the given \fInumber\fR between 0 and 254. > . > -Behavior varies if \fBtable\fR is not specified. For flow table > +Behavior varies if \fBtable\fR is not specified (equivalent to > +specifying 255 as \fInumber\fR). For flow table > modification commands without \fB\-\-strict\fR, the switch will choose > the table for these commands to operate on. For flow table > modification commands with \fB\-\-strict\fR, the command will operate > -- > 1.7.4.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
