daemon.man is meant to have a heading above it, but in a few manpages its
text was running directly into the previous documentation because this had
been overlooked.

By adding .PP to daemon.man, we make this problem less severe if the
heading is similarly omitted in future manpages, since at least it will
then have its own paragraph instead of running into the previous one.

Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 lib/daemon.man                    | 1 +
 utilities/ovs-ofctl.8.in          | 1 +
 utilities/ovs-testcontroller.8.in | 1 +
 3 files changed, 3 insertions(+)

diff --git a/lib/daemon.man b/lib/daemon.man
index 2e6d99aca528..820a09903103 100644
--- a/lib/daemon.man
+++ b/lib/daemon.man
@@ -1,3 +1,4 @@
+.PP
 The following options are valid on POSIX based platforms.
 .TP
 \fB\-\-pidfile\fR[\fB=\fIpidfile\fR]
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index a7e805587186..ed75b32a3808 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -2361,6 +2361,7 @@ sort a flow that specifies \fBnw_src=192.168.0.0/24\fR 
the same as
 .IP
 These options currently affect only \fBdump\-flows\fR output.
 .
+.SS "Daemon Options"
 .ds DD \
 \fBovs\-ofctl\fR detaches only when executing the \fBmonitor\fR or \
 \fBsnoop\fR commands.
diff --git a/utilities/ovs-testcontroller.8.in 
b/utilities/ovs-testcontroller.8.in
index f88bcd0ed59e..df3c35fbf964 100644
--- a/utilities/ovs-testcontroller.8.in
+++ b/utilities/ovs-testcontroller.8.in
@@ -139,6 +139,7 @@ Use this option more than once to add flows from multiple 
files.
 .so lib/ssl.man
 .so lib/ssl-peer-ca-cert.man
 .ds DD
+.SS "Daemon Options"
 .so lib/daemon.man
 .so lib/vlog.man
 .so lib/unixctl.man
-- 
2.10.2

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to