aboutsummaryrefslogtreecommitdiff
path: root/lib/ssl.man
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-24 13:42:43 -0800
committerBen Pfaff <blp@nicira.com>2010-02-24 13:42:43 -0800
commita9b4a41ae4608eec6c700b3c50e450c07581d4a8 (patch)
tree5544b0333fd315c9bcb84713105f9396fa68a777 /lib/ssl.man
parent02a987d28b1e8ce8633fae6e97f5e49aa3ef3e02 (diff)
Fix excessive white space in manpages.
In nroff manpages, a blank line adds vertical white space. When this is followed by another command that also starts a new paragraph, the result is a vertical skip twice as big as the normal inter-paragraph gap. The solution is to use a line that contains just "." for white space within the manpage, instead of a blank line. The resulting manpages look better.
Diffstat (limited to 'lib/ssl.man')
-rw-r--r--lib/ssl.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl.man b/lib/ssl.man
index 8e530f45..29e3db04 100644
--- a/lib/ssl.man
+++ b/lib/ssl.man
@@ -3,14 +3,14 @@
.IQ "\fB\-\-private\-key=\fIprivkey.pem\fR"
Specifies a PEM file containing the private key used as \fB\*(PN\fR's
identity for outgoing SSL connections.
-
+.
.IP "\fB\-c\fR \fIcert.pem\fR"
.IQ "\fB\-\-certificate=\fIcert.pem\fR"
Specifies a PEM file containing a certificate that certifies the
private key specified on \fB\-p\fR or \fB\-\-private\-key\fR to be
trustworthy. The certificate must be signed by the certificate
authority (CA) that the peer in SSL connections will use to verify it.
-
+.
.IP "\fB\-C\fR \fIswitch\-cacert.pem\fR"
.IQ "\fB\-\-ca\-cert=\fIswitch\-cacert.pem\fR"
Specifies a PEM file containing the CA certificate that \fB\*(PN\fR