diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-19 20:57:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-19 20:57:14 +0000 |
commit | babb44e53ea6008923c48b972fe530e0b79ded4b (patch) | |
tree | ed64996b94e19ffb5c4defca59f8c7e985bd8f65 /lib/libc | |
parent | 2ee72eee21639541d4baa614326d160288a456f8 (diff) |
typo; Stefan Berg
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 233a3abd548..9c9c5a9f66c 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.20 2001/09/04 08:04:08 deraadt Exp $ +.\" $OpenBSD: select.2,v 1.21 2002/11/19 20:57:13 millert Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -128,7 +128,7 @@ may be given as null pointers if no descriptors are of interest. .Sh RETURN VALUES .Fn select returns the number of ready descriptors that are contained in -the descriptor sets, or \-1 is an error occurred. +the descriptor sets, or \-1 if an error occurred. If the time limit expires, .Fn select returns 0. |