diff mbox

[13/23] rdmacm: Fix leading \'s in rcopy man page

Message ID 1474495729-17604-14-git-send-email-jgunthorpe@obsidianresearch.com (mailing list archive)
State Accepted
Headers show

Commit Message

Jason Gunthorpe Sept. 21, 2016, 10:08 p.m. UTC
Debian's Lintian remarks:

W: rdma-plumbing: manpage-has-errors-from-man usr/share/man/man1/rcopy.1.gz 15: warning: numeric expression expected (got `u')

And indeed the man page displays corrupted. The leading \ is only needed
if the text starts with - so drop it on all other cases.

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
---
 librdmacm/man/rcopy.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/librdmacm/man/rcopy.1 b/librdmacm/man/rcopy.1
index a5ad76aa8742..e875458bf162 100644
--- a/librdmacm/man/rcopy.1
+++ b/librdmacm/man/rcopy.1
@@ -12,13 +12,13 @@  Uses sockets over RDMA interface to copy a source file to the
 specified destination. 
 .SH "OPTIONS"
 .TP
-\source
+source
 The name and path of the source file to copy.
 .TP
-\server
+server
 The name or address of the destination server.
 .TP
-\:destination
+:destination
 An optional destination filename and path.  If not given, the destination
 filename will match that of the source.
 .TP