]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rdma_xserver/client: Fix man page formatting
authorRoland Dreier <roland@purestorage.com>
Tue, 16 Oct 2012 19:44:39 +0000 (19:44 +0000)
committerSean Hefty <sean.hefty@intel.com>
Wed, 17 Oct 2012 00:28:33 +0000 (17:28 -0700)
commitd2e96e99bf1fc3d14e33c741502cb689c810a27b
treedaf53db464152f40dc8d6f2c99844510b03f8567
parent507cc241e8b212c3cf3ed0ffb04e37095bbf8bb3
rdma_xserver/client: Fix man page formatting

Putting 'r' at the beginning of a line in the nroff source for man pages
is confusing to nroff because lines that start with a single quote
character ' or a dot character . are treated as control lines, which is
not what's intended here.  Some of the man page text ends up left out of
the formatted output.

Fix this by just wrapping the text slightly differently in the source
(which doesn't matter since nroff reflows the text anyway).  Also add a
missing ".TP" so that the -p and -c options are not run together in the
formatted output.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
man/rdma_xclient.1
man/rdma_xserver.1