[ovs-dev] [PATCH 4/7] docs: Move PKI section heading into individual manpages.

Ben Pfaff blp at nicira.com
Fri Mar 19 00:13:17 UTC 2010


The ovsdb-server manpage needs a paragraph between the heading and the
first option description, so the heading can't go into the common fragment.
---
 lib/ssl.man                   |    1 -
 ovsdb/ovsdb-client.1.in       |    1 +
 ovsdb/ovsdb-server.1.in       |    1 +
 utilities/ovs-controller.8.in |    1 +
 utilities/ovs-ofctl.8.in      |    1 +
 utilities/ovs-openflowd.8.in  |    1 +
 utilities/ovs-vsctl.8.in      |    1 +
 vswitchd/ovs-vswitchd.8.in    |    1 +
 8 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/lib/ssl.man b/lib/ssl.man
index 30c25c9..12c497c 100644
--- a/lib/ssl.man
+++ b/lib/ssl.man
@@ -1,4 +1,3 @@
-.SS "Public Key Infrastructure Options"
 .IP "\fB\-p\fR \fIprivkey.pem\fR"
 .IQ "\fB\-\-private\-key=\fIprivkey.pem\fR"
 Specifies a PEM file containing the private key used as \fB\*(PN\fR's
diff --git a/ovsdb/ovsdb-client.1.in b/ovsdb/ovsdb-client.1.in
index 338faeb..7607157 100644
--- a/ovsdb/ovsdb-client.1.in
+++ b/ovsdb/ovsdb-client.1.in
@@ -147,6 +147,7 @@ other command, they have no effect.
 .so lib/daemon.man
 .SS "Logging Options"
 .so lib/vlog.man
+.SS "Public Key Infrastructure Options"
 .so lib/ssl.man
 .so lib/ssl-bootstrap.man
 .SS "Other Options"
diff --git a/ovsdb/ovsdb-server.1.in b/ovsdb/ovsdb-server.1.in
index ea0dcf4..e301609 100644
--- a/ovsdb/ovsdb-server.1.in
+++ b/ovsdb/ovsdb-server.1.in
@@ -50,6 +50,7 @@ run a single command, e.g.:
 .so lib/daemon.man
 .SS "Logging Options"
 .so lib/vlog.man
+.SS "Public Key Infrastructure Options"
 .so lib/ssl.man
 .SS "Other Options"
 .so lib/common.man
diff --git a/utilities/ovs-controller.8.in b/utilities/ovs-controller.8.in
index c71a025..e0c1540 100644
--- a/utilities/ovs-controller.8.in
+++ b/utilities/ovs-controller.8.in
@@ -81,6 +81,7 @@ to it by switches.
 This option is only for debugging the Open vSwitch implementation of
 ``fail open'' mode.  It must not be used in production.
 .
+.SS "Public Key Infrastructure Options"
 .so lib/ssl.man
 .so lib/ssl-peer-ca-cert.man
 .so lib/daemon.man
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index 8f8c4cf..e7d7fc5 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -478,6 +478,7 @@ described in \fBFlow Syntax\fR, above.
 \fB--strict\fR
 Uses strict matching when running flow modification commands.
 .
+.SS "Public Key Infrastructure Options"
 .so lib/ssl.man
 .so lib/vlog.man
 .so lib/common.man
diff --git a/utilities/ovs-openflowd.8.in b/utilities/ovs-openflowd.8.in
index e65121e..6247bf0 100644
--- a/utilities/ovs-openflowd.8.in
+++ b/utilities/ovs-openflowd.8.in
@@ -413,6 +413,7 @@ switching.
 .SS "Daemon Options"
 .so lib/daemon.man
 .
+.SS "Public Key Infrastructure Options"
 .so lib/ssl.man
 .so lib/ssl-bootstrap.man
 .
diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
index 6c362c3..19ef558 100644
--- a/utilities/ovs-vsctl.8.in
+++ b/utilities/ovs-vsctl.8.in
@@ -120,6 +120,7 @@ zero will cause \fBovs\-vsctl\fR to wait forever.  If the timeout expires,
 not used, \fBovs\-vsctl\fR uses a timeout of five seconds.
 (A timeout would normally happen only if the database cannot be contacted.)
 .
+.SS "Public Key Infrastructure Options"
 .so lib/ssl.man
 .so lib/vlog.man
 .
diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in
index 71115f9..cbfea13 100644
--- a/vswitchd/ovs-vswitchd.8.in
+++ b/vswitchd/ovs-vswitchd.8.in
@@ -82,6 +82,7 @@ actually in use.  It requires the \fBbrcompat_mod.ko\fR kernel module
 to be loaded.
 .
 .so lib/daemon.man
+.SS "Public Key Infrastructure Options"
 .so lib/ssl.man
 .so lib/ssl-bootstrap.man
 .so lib/vlog.man
-- 
1.6.6.1





More information about the dev mailing list