diff options
author | 2002-01-24 20:33:45 +0000 | |
---|---|---|
committer | 2002-01-24 20:33:45 +0000 | |
commit | bf0f8e2c1aa3dee99d04c8bf7b705486e4bdef1b (patch) | |
tree | fd3c2503bef7ee1436f97ec67a7580ba6d373c68 /lib/libc | |
parent | Don't provide a duplicate addupc_task() routine. (diff) | |
download | wireguard-openbsd-bf0f8e2c1aa3dee99d04c8bf7b705486e4bdef1b.tar.xz wireguard-openbsd-bf0f8e2c1aa3dee99d04c8bf7b705486e4bdef1b.zip |
fix the history refs
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index 5ac7a87e877..5f0f1cdba85 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.18 2001/08/06 10:42:25 mpech Exp $ +.\" $OpenBSD: crypt.3,v 1.19 2002/01/24 20:33:45 mickey Exp $ .\" .\" FreeSec: libcrypt .\" @@ -287,7 +287,7 @@ David Burren <davidb@werj.com.au> A rotor-based .Fn crypt function appeared in -.At v6 . +.At v3 . The current style .Fn crypt first appeared in |