=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/encrypt/encrypt.1,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/encrypt/encrypt.1 1998/09/23 04:32:39 1.8 --- src/usr.bin/encrypt/encrypt.1 1998/11/11 23:01:42 1.9 *************** *** 1,4 **** ! .\" $OpenBSD: encrypt.1,v 1.8 1998/09/23 04:32:39 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: encrypt.1,v 1.9 1998/11/11 23:01:42 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" *************** *** 69,75 **** reads one string per line from standard input, encrypting each one with the chosen algorithm from above. In case that no specific algorithm was given as a command line option, the default will be looked up from ! .Ar passwd.conf(5) . .Pp For MD5 and Blowfish a new random salt is automatically generated for each password. --- 69,75 ---- reads one string per line from standard input, encrypting each one with the chosen algorithm from above. In case that no specific algorithm was given as a command line option, the default will be looked up from ! .Pa /etc/passwd.conf . .Pp For MD5 and Blowfish a new random salt is automatically generated for each password.