aboutsummaryrefslogtreecommitdiff
path: root/lib/ssl-peer-ca-cert.man
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-06-29 14:29:40 -0700
committerBen Pfaff <blp@nicira.com>2010-06-29 14:29:40 -0700
commit4e312e694f1e9e34ed0aad7d5778b73d7add270d (patch)
tree4d399875944a9475d83bc264ebd18ca71bda19ed /lib/ssl-peer-ca-cert.man
parent86f2fa597c6eb8eb1c9a42685200c0ac90b85e97 (diff)
doc: Change "-" to "\-" in appropriate places.
The newer manpages tend to get this right more often than the old ones, but there were lots of places that needed to be corrected.
Diffstat (limited to 'lib/ssl-peer-ca-cert.man')
-rw-r--r--lib/ssl-peer-ca-cert.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssl-peer-ca-cert.man b/lib/ssl-peer-ca-cert.man
index 183f93ea..cfdd915e 100644
--- a/lib/ssl-peer-ca-cert.man
+++ b/lib/ssl-peer-ca-cert.man
@@ -1,12 +1,12 @@
-.IP "\fB--peer-ca-cert=\fIpeer-cacert.pem\fR"
+.IP "\fB\-\-peer\-ca\-cert=\fIpeer-cacert.pem\fR"
Specifies a PEM file that contains one or more additional certificates
to send to SSL peers. \fIpeer-cacert.pem\fR should be the CA
certificate used to sign the \fB\*(PN\fR own certificate (the
-certificate specified on \fB-c\fR or \fB--certificate\fR).
+certificate specified on \fB\-c\fR or \fB\-\-certificate\fR).
.IP
This option is not useful in normal operation, because the SSL peer
must already have the CA certificate for the peer to have any
confidence in \fB\*(PN\fR's identity. However, this option allows a
newly installed switch to obtain the peer CA certificate on first boot
-using, e.g., the \fB\-\-bootstrap-ca-cert\fR option to
+using, e.g., the \fB\-\-bootstrap\-ca\-cert\fR option to
\fBovs\-openflowd\fR(8).