diff options
author | 2000-01-22 02:17:49 +0000 | |
---|---|---|
committer | 2000-01-22 02:17:49 +0000 | |
commit | dc71b27eacfdf5909ada7bcb12b6198b0fd26250 (patch) | |
tree | 73524ea07110da67f581abf3d17b472ea708de4d /lib/libc/sys | |
parent | sync (diff) | |
download | wireguard-openbsd-dc71b27eacfdf5909ada7bcb12b6198b0fd26250.tar.xz wireguard-openbsd-dc71b27eacfdf5909ada7bcb12b6198b0fd26250.zip |
ie. -> i.e.,
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 88349838865..c807b5f0969 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.15 1999/09/23 04:12:00 alex Exp $ +.\" $OpenBSD: select.2,v 1.16 2000/01/22 02:17:55 aaron Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -248,7 +248,7 @@ 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 (ie. +written that way (i.e., .Xr httpd 8 ). .Sh HISTORY The |