summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-01-22 02:17:56 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-01-22 02:17:56 +0000
commit9620c71dd690dbd7e009cdca11d11b206d493ed7 (patch)
tree343df04427f9543f62b08acdf70753468829f634 /lib
parentfb59fbc6d94cae76988238d468fee36ddaeed0a2 (diff)
ie. -> i.e.,
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/crypt/crypt.34
-rw-r--r--lib/libc/sys/select.24
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index c22e4d21af5..11f465faa82 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.13 1999/07/09 13:35:15 aaron Exp $
+.\" $OpenBSD: crypt.3,v 1.14 2000/01/22 02:17:55 aaron Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -160,7 +160,7 @@ The
introduces disorder in the
.Tn DES
algorithm in one of 16777216 or 4096 possible ways
-(ie. with 24 or 12 bits: if bit
+(i.e., with 24 or 12 bits: if bit
.Em i
of the
.Ar salt
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