summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-11-19 20:57:14 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-11-19 20:57:14 +0000
commitbabb44e53ea6008923c48b972fe530e0b79ded4b (patch)
treeed64996b94e19ffb5c4defca59f8c7e985bd8f65 /lib/libc
parent2ee72eee21639541d4baa614326d160288a456f8 (diff)
typo; Stefan Berg
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/select.24
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.