aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2008-01-23 20:04:50 -0800
committerRoland Dreier <rolandd@cisco.com>2008-01-23 20:04:50 -0800
commit3106cd0fc79f6a4f37b27c8361e4f6990dbe1a19 (patch)
treeb36d9789167a03d6ea46b574760ab4fd344271fd
parenta360b7f3c8f771cb4e84cace44b71cac15bcd055 (diff)
downloadlibibverbs-3106cd0fc79f6a4f37b27c8361e4f6990dbe1a19.tar.gz
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 <rolandd@cisco.com>
-rw-r--r--man/ibv_query_pkey.32
1 files changed, 1 insertions, 1 deletions
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),