Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libcrypt/crypt.3,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libcrypt/crypt.3,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.18 retrieving revision 1.18.2.1 diff -u -p -r1.18 -r1.18.2.1 --- src/lib/libcrypt/crypt.3 2004/06/10 13:53:48 1.18 +++ src/lib/libcrypt/crypt.3 2006/03/24 21:58:55 1.18.2.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: crypt.3,v 1.18 2004/06/10 13:53:48 uebayasi Exp $ +.\" $NetBSD: crypt.3,v 1.18.2.1 2006/03/24 21:58:55 riz Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -88,7 +88,7 @@ The DES encryption scheme is derived fro Data Encryption Standard. Additional code has been added to deter key search attempts and to use stronger hashing algorithms. -In the DES case, the first argument to +In the DES case, the second argument to .Fn crypt is a character array, 9 bytes in length, consisting of an underscore (``_'') followed by 4 bytes of iteration count and 4 bytes of salt.