From: Ben Pfaff Date: Thu, 18 Mar 2010 23:59:04 +0000 (-0700) Subject: docs: Move PKI section heading into individual manpages. X-Git-Tag: v1.0.0~243 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ac3005057c9baf5fab366e31e2c18b26685a73e2;p=sliver-openvswitch.git docs: Move PKI section heading into individual manpages. 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. --- diff --git a/lib/ssl.man b/lib/ssl.man index 30c25c9e0..12c497cc8 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 338faebd3..760715733 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 ea0dcf447..e301609d3 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 c71a02505..e0c15402e 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 8f8c4cfe6..e7d7fc54d 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 e65121eb8..6247bf0a1 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 6c362c3de..19ef5584d 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 71115f9b1..cbfea13a5 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