summaryrefslogtreecommitdiff
path: root/lib/libc/sys/select.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 02:15:31 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 02:15:31 +0000
commiteebf512f9ccf68c32dd3357d8b220432728968c3 (patch)
tree6858a0c3ff6902f83bd5f4867667f4083aaae0d5 /lib/libc/sys/select.2
parent1b52790c858f028bdd5d92656f0aecc3b609deef (diff)
Mostly punctuation fixes.
Diffstat (limited to 'lib/libc/sys/select.2')
-rw-r--r--lib/libc/sys/select.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index c807b5f0969..f3959a85b06 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: select.2,v 1.16 2000/01/22 02:17:55 aaron Exp $
+.\" $OpenBSD: select.2,v 1.17 2000/04/15 02:15:24 aaron Exp $
.\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -242,14 +242,14 @@ before and after the call to
and using
.Fn timersub
(as described in
-.Xr getitimer 2 Ns ).
+.Xr getitimer 2 ) .
.Pp
Internally to the kernel,
.Fn select
works poorly if multiple processes wait on the same file descriptor.
Given that, it is rather surprising to see that many daemons are
written that way (i.e.,
-.Xr httpd 8 ).
+.Xr httpd 8 ) .
.Sh HISTORY
The
.Fn select