Fix excessive white space in manpages.
authorBen Pfaff <blp@nicira.com>
Wed, 24 Feb 2010 21:42:43 +0000 (13:42 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Feb 2010 21:42:43 +0000 (13:42 -0800)
commita9b4a41ae4608eec6c700b3c50e450c07581d4a8
tree5544b0333fd315c9bcb84713105f9396fa68a777
parent02a987d28b1e8ce8633fae6e97f5e49aa3ef3e02
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.
12 files changed:
lib/common.man
lib/daemon.man
lib/dpif.man
lib/ssl.man
lib/vconn-active.man
lib/vconn-passive.man
lib/vlog.man
utilities/ovs-appctl.8.in
utilities/ovs-controller.8.in
utilities/ovs-dpctl.8.in
utilities/ovs-ofctl.8.in
utilities/ovs-openflowd.8.in