diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-29 14:00:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-29 14:00:08 +0000 |
commit | 58016867db5d6befa9a46ebde384900e8bee1a24 (patch) | |
tree | 857d3c9064bf61b4f424f08ab935091256fd2bff | |
parent | f841a1ce7646d2916b2b755d7b19424c4f5d37a9 (diff) |
e.g. not i.e.
From: Ross L Richardson
-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 ) . |