From e142b5dd66cdef729e505331b33b5c702b7b6990 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 3 Feb 2001 16:27:48 +0000 Subject: [PATCH] Fix minus sign. Organization: Straylight/Edgeware From: mdw --- man/sel.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sel.3 b/man/sel.3 index 8af80f0..5d00f44 100644 --- a/man/sel.3 +++ b/man/sel.3 @@ -270,7 +270,7 @@ is passed a multiplexor object. It waits for something interesting to happen, informs the appropriate selector handlers, and returns. If everything went according to plan, .B sel_select -returns zero. Otherwise it returns -1, and the global variable +returns zero. Otherwise it returns \-1, and the global variable .B errno is set appropriately. .SS "Hook functions" -- [mdw]