aboutsummaryrefslogtreecommitdiff
path: root/lib/common.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/common.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/common.man')
-rw-r--r--lib/common.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.man b/lib/common.man
index 84e81c2c..ad165d7c 100644
--- a/lib/common.man
+++ b/lib/common.man
@@ -1,7 +1,7 @@
.TP
\fB-h\fR, \fB--help\fR
Prints a brief help message to the console.
-
+.
.TP
\fB-V\fR, \fB--version\fR
Prints version information to the console.