=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/htpasswd/htpasswd.1,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/htpasswd/htpasswd.1 2014/03/17 12:49:13 1.1 --- src/usr.bin/htpasswd/htpasswd.1 2014/03/17 13:42:02 1.2 *************** *** 1,4 **** ! .\" $OpenBSD: htpasswd.1,v 1.1 2014/03/17 12:49:13 florian Exp $ .\" .\" Copyright (c) 2014 Florian Obser .\" --- 1,4 ---- ! .\" $OpenBSD: htpasswd.1,v 1.2 2014/03/17 13:42:02 jmc Exp $ .\" .\" Copyright (c) 2014 Florian Obser .\" *************** *** 28,38 **** .Nm is used to create and update user authentication files for .Xr nginx 8 ! and other http daemons. .Nm prompts for a password and generates a hash using .Xr bcrypt 3 . ! A line suitable for e.g. .Xr nginx 8 .Ic auth_basic_user_file is written on standard output if --- 28,38 ---- .Nm is used to create and update user authentication files for .Xr nginx 8 ! and other HTTP daemons. .Nm prompts for a password and generates a hash using .Xr bcrypt 3 . ! A line suitable for .Xr nginx 8 .Ic auth_basic_user_file is written on standard output if *************** *** 43,50 **** user authentication file is updated. .Sh SEE ALSO .Xr bcrypt 3 , ! .Xr nginx 8 , ! .Xr nginx.conf 5 .Sh HISTORY This reimplemented version of .Nm --- 43,50 ---- user authentication file is updated. .Sh SEE ALSO .Xr bcrypt 3 , ! .Xr nginx.conf 5 , ! .Xr nginx 8 .Sh HISTORY This reimplemented version of .Nm