summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2014-03-13 10:12:11 +0000
committerflorian <florian@openbsd.org>2014-03-13 10:12:11 +0000
commit25b63d799cb2f47d4027581b3585df77cbea457b (patch)
tree54a4e392963938481f1af453b0785ed20f57e33d /lib/libc
parentUnhook httpd(8) from build; etc bits (diff)
downloadwireguard-openbsd-25b63d799cb2f47d4027581b3585df77cbea457b.tar.xz
wireguard-openbsd-25b63d799cb2f47d4027581b3585df77cbea457b.zip
Unhook httpd(8) from build; man page bits
tweaks jmc@ OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/select.27
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 3f49b2b5199..6059de3cea3 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: select.2,v 1.36 2014/01/29 14:00:07 jmc Exp $
+.\" $OpenBSD: select.2,v 1.37 2014/03/13 10:12:11 florian Exp $
.\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)select.2 8.2 (Berkeley) 3/25/94
.\"
-.Dd $Mdocdate: January 29 2014 $
+.Dd $Mdocdate: March 13 2014 $
.Dt SELECT 2
.Os
.Sh NAME
@@ -284,5 +284,4 @@ and
.Fn pselect
work 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 (e.g.,
-.Xr httpd 8 ) .
+written that way.