=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/encrypt/encrypt.1,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/encrypt/encrypt.1 1999/06/05 01:21:23 1.11 --- src/usr.bin/encrypt/encrypt.1 1999/07/04 11:53:53 1.12 *************** *** 1,4 **** ! .\" $OpenBSD: encrypt.1,v 1.11 1999/06/05 01:21:23 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: encrypt.1,v 1.12 1999/07/04 11:53:53 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" *************** *** 38,44 **** .Op Fl p | Ar string .Nm makekey .Sh DESCRIPTION ! .Nm encrypt prints the encrypted form of .Ar string to the standard output. This is mostly useful for encrypting passwords --- 38,44 ---- .Op Fl p | Ar string .Nm makekey .Sh DESCRIPTION ! .Nm prints the encrypted form of .Ar string to the standard output. This is mostly useful for encrypting passwords *************** *** 67,73 **** If no .Ar string is specified, ! .Nm encrypt 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 --- 67,73 ---- If no .Ar string is specified, ! .Nm 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 *************** *** 89,95 **** .Xr pw_getconf 3 , .Xr passwd.conf 5 .Sh HISTORY ! .Nm encrypt first appeared in .Ox 1.2 . .Pp --- 89,95 ---- .Xr pw_getconf 3 , .Xr passwd.conf 5 .Sh HISTORY ! .Nm first appeared in .Ox 1.2 . .Pp