From 3106cd0fc79f6a4f37b27c8361e4f6990dbe1a19 Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Wed, 23 Jan 2008 20:04:50 -0800 Subject: [PATCH] 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 --- man/ibv_query_pkey.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.46.0