diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-24 20:33:47 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-24 20:33:47 +0000 |
commit | b55225d3f6b53db27cfeb9b299cd82e63aee2ead (patch) | |
tree | 6bcad8e00ddc1c1fb7a302bf3d691ddeebb3501c /lib | |
parent | 701cab6ad134872a50a5d48a28e23beb916f649e (diff) |
fix the history refs
Diffstat (limited to 'lib')
-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 |