]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
import
authorSean Hefty <sean.hefty@intel.com>
Wed, 17 Oct 2012 00:28:34 +0000 (17:28 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 17 Oct 2012 00:28:34 +0000 (17:28 -0700)
meta
patches/rdma_xserver-client-fix-man-pa [new file with mode: 0644]

diff --git a/meta b/meta
index 3ae46c8af5a33373a88ff4929d60ea468f4fb26e..faaffc011e369999bfcd1b119099d8a8f957e9b8 100644 (file)
--- a/meta
+++ b/meta
@@ -1,7 +1,8 @@
 Version: 1
-Previous: 2130fc9538006b03fae47d2c93239b6d311b1312
-Head: 507cc241e8b212c3cf3ed0ffb04e37095bbf8bb3
+Previous: 311cb7d7d311b26e7a67480b05adae462f10eb1c
+Head: 10d51c708bfc1d87f1db2faa04edc92da9675527
 Applied:
+  rdma_xserver-client-fix-man-pa: 10d51c708bfc1d87f1db2faa04edc92da9675527
 Unapplied:
   af-ib-conn: 70cdbcec6986d1fcc8146a73cf2d8b6a537e71f5
   addrtype: fffb812c9cbe707f830d1e7e713feb3ae3e2e8ec
diff --git a/patches/rdma_xserver-client-fix-man-pa b/patches/rdma_xserver-client-fix-man-pa
new file mode 100644 (file)
index 0000000..437a0f3
--- /dev/null
@@ -0,0 +1,57 @@
+Bottom: 7c7253fbda963ab279336f08306bfb987ff84d79
+Top:    daf53db464152f40dc8d6f2c99844510b03f8567
+Author: Roland Dreier <roland@purestorage.com>
+Date:   2012-10-16 19:44:39 +0000
+
+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>
+
+
+---
+
+diff --git a/man/rdma_xclient.1 b/man/rdma_xclient.1
+index 087e7fe..b4bb045 100644
+--- a/man/rdma_xclient.1
++++ b/man/rdma_xclient.1
+@@ -20,9 +20,10 @@ By default, the client will attempt to connect to the server using
+ \-p server_port
+ Specifies the port number that the server listens on.  By default the server
+ listens on port 7471.
++.TP
+ \-c communication type
+-Specifies the type of communication established with the server program.
+-'r' results in using a reliable-connected QP (the default).  'x' uses
++Specifies the type of communication established with the server program.  'r'
++results in using a reliable-connected QP (the default).  'x' uses
+ extended reliable-connected XRC QPs.
+ .SH "NOTES"
+ Basic usage is to start rdma_xserver, then connect to the server using the
+diff --git a/man/rdma_xserver.1 b/man/rdma_xserver.1
+index 75529e4..a26c962 100644
+--- a/man/rdma_xserver.1
++++ b/man/rdma_xserver.1
+@@ -14,9 +14,10 @@ data.
+ \-p port
+ Changes the port number that the server listens on.  By default the server
+ listens on port 7471.
++.TP
+ \-c communication type
+-Specifies the type of communication established with the client program.
+-'r' results in using a reliable-connected QP (the default).  'x' uses
++Specifies the type of communication established with the client program.  'r'
++results in using a reliable-connected QP (the default).  'x' uses
+ extended reliable-connected XRC QPs.
+ .SH "NOTES"
+ Basic usage is to start rdma_xserver, then connect to the server using the