From: Ben Pfaff Date: Fri, 14 Sep 2012 18:19:36 +0000 (-0700) Subject: ovs-ofctl: Fix indentation in manpage. X-Git-Tag: sliver-openvswitch-1.8.90-0~1^2~16 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=24362cd6a8a5e606c2053962f28487e16e95100d ovs-ofctl: Fix indentation in manpage. This .RE (to reduce the current indentation level) needs to go after all the actions, but it was mistakenly put before the fin_timeout action. Reported-by: Paul Ingram Signed-off-by: Ben Pfaff --- diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index aad93259b..340705033 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -1122,7 +1122,6 @@ For best performance, segregate learned flows into a table (using possibly for a lowest-priority ``catch-all'' flow, that is, a flow with no match criteria. (This is why the default \fBtable\fR is 1, to keep the learned flows separate from the primary flow table 0.) -.RE . .IP "\fBfin_timeout(\fIargument\fR[\fB,\fIargument\fR]\fB)" This action changes the idle timeout or hard timeout, or both, of this @@ -1150,6 +1149,7 @@ This action causes Open vSwitch to immediately halt execution of further actions. Those actions which have already been executed are unaffected. Any further actions, including those which may be in other tables, or different levels of the \fBresubmit\fR call stack, are ignored. +.RE . .PP An opaque identifier called a cookie can be used as a handle to identify