From 24362cd6a8a5e606c2053962f28487e16e95100d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 14 Sep 2012 11:19:36 -0700 Subject: [PATCH] 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 --- utilities/ovs-ofctl.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0