From: mdw Date: Sat, 3 Feb 2001 16:27:48 +0000 (+0000) Subject: Fix minus sign. X-Git-Tag: 2.0.4~106 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/e142b5dd66cdef729e505331b33b5c702b7b6990 Fix minus sign. --- 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"