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 | |
parent | sync (diff) | |
download | wireguard-openbsd-dc71b27eacfdf5909ada7bcb12b6198b0fd26250.tar.xz wireguard-openbsd-dc71b27eacfdf5909ada7bcb12b6198b0fd26250.zip |
ie. -> i.e.,
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
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 |