=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/encrypt/encrypt.1,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/encrypt/encrypt.1 2013/05/23 01:33:08 1.23 --- src/usr.bin/encrypt/encrypt.1 2014/09/03 07:47:50 1.24 *************** *** 1,4 **** ! .\" $OpenBSD: encrypt.1,v 1.23 2013/05/23 01:33:08 tedu Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: encrypt.1,v 1.24 2014/09/03 07:47:50 giovanni Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" *************** *** 23,29 **** .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: May 23 2013 $ .Dt ENCRYPT 1 .Os .Sh NAME --- 23,29 ---- .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: September 3 2014 $ .Dt ENCRYPT 1 .Os .Sh NAME *************** *** 31,37 **** .Nd encrypt passwords from the command line or standard input .Sh SYNOPSIS .Nm encrypt ! .Op Fl km .Op Fl b Ar rounds .Op Fl c Ar class .Op Fl p | Ar string --- 31,37 ---- .Nd encrypt passwords from the command line or standard input .Sh SYNOPSIS .Nm encrypt ! .Op Fl k .Op Fl b Ar rounds .Op Fl c Ar class .Op Fl p | Ar string *************** *** 66,73 **** Run in .Nm makekey compatible mode. - .It Fl m - Encrypt the string using MD5. .It Fl p Prompt for a single string with echo turned off. .It Fl s Ar salt --- 66,71 ---- *************** *** 86,92 **** .Pa /etc/login.conf will be used. .Pp ! For MD5 and Blowfish, a new random salt is automatically generated for each password. .Pp Specifying the --- 84,90 ---- .Pa /etc/login.conf will be used. .Pp ! For Blowfish, a new random salt is automatically generated for each password. .Pp Specifying the