diff options
author | 2014-01-29 14:00:07 +0000 | |
---|---|---|
committer | 2014-01-29 14:00:07 +0000 | |
commit | 655721e9f02e97f9d525c1f08b4f65e1e803fb66 (patch) | |
tree | c075b4ad8e691d9f018ffcb0a289b8be2b0a29f7 /lib/libc | |
parent | Add rnddata[] placeholders to make boot block build again, same as (diff) | |
download | wireguard-openbsd-655721e9f02e97f9d525c1f08b4f65e1e803fb66.tar.xz wireguard-openbsd-655721e9f02e97f9d525c1f08b4f65e1e803fb66.zip |
e.g. not i.e.
From: Ross L Richardson
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/select.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 0d8241faa72..3f49b2b5199 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.35 2013/12/04 07:39:25 jmc Exp $ +.\" $OpenBSD: select.2,v 1.36 2014/01/29 14:00:07 jmc 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: December 4 2013 $ +.Dd $Mdocdate: January 29 2014 $ .Dt SELECT 2 .Os .Sh NAME @@ -284,5 +284,5 @@ 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 (i.e., +written that way (e.g., .Xr httpd 8 ) . |