]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Convert hyphen to minus sign in ibv_query_pkey man page
authorRoland Dreier <rolandd@cisco.com>
Thu, 24 Jan 2008 04:04:50 +0000 (20:04 -0800)
committerRoland Dreier <rolandd@cisco.com>
Thu, 24 Jan 2008 04:04:50 +0000 (20:04 -0800)
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 <rolandd@cisco.com>
man/ibv_query_pkey.3

index 37c408dba600391d8de94a71266abcef5a12f58c..489f1aca45e7890562c288c80015a546e6533f05 100644 (file)
@@ -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),