From: Roland Dreier Date: Thu, 24 Jan 2008 04:04:50 +0000 (-0800) Subject: Convert hyphen to minus sign in ibv_query_pkey man page X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3106cd0fc79f6a4f37b27c8361e4f6990dbe1a19;p=~shefty%2Flibibverbs.git Convert hyphen to minus sign in ibv_query_pkey man page A bare "-" in a man page will be rendered as a hyphen; to get a minus sign, "\-" must be used. Very pedantic people (or automatic checkers, such as Debian's lintian tool) may notice the difference. The man page for ibv_query_pkey incorrectly wrote a negative return value as "-1". Fix this to be the correct "\-1". Signed-off-by: Roland Dreier --- diff --git a/man/ibv_query_pkey.3 b/man/ibv_query_pkey.3 index 37c408d..489f1ac 100644 --- a/man/ibv_query_pkey.3 +++ b/man/ibv_query_pkey.3 @@ -22,7 +22,7 @@ through the pointer .I pkey\fR. .SH "RETURN VALUE" .B ibv_query_pkey() -returns 0 on success, and -1 on error. +returns 0 on success, and \-1 on error. .SH "SEE ALSO" .BR ibv_open_device (3), .BR ibv_query_device (3),