=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/htpasswd/htpasswd.1,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/htpasswd/htpasswd.1 2014/03/24 20:33:01 1.5 +++ src/usr.bin/htpasswd/htpasswd.1 2014/08/26 20:03:31 1.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: htpasswd.1,v 1.5 2014/03/24 20:33:01 florian Exp $ +.\" $OpenBSD: htpasswd.1,v 1.6 2014/08/26 20:03:31 robert Exp $ .\" .\" Copyright (c) 2014 Florian Obser .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 24 2014 $ +.Dd $Mdocdate: August 26 2014 $ .Dt HTPASSWD 1 .Os .Sh NAME @@ -30,8 +30,7 @@ .Sh DESCRIPTION .Nm is used to create and update user authentication files for -HTTP daemons such as -.Xr nginx 8 . +HTTP daemons. .Pp The options are as follows: .Bl -tag -width Ds @@ -49,12 +48,7 @@ .Nm prompts for a password and generates a hash using .Xr bcrypt 3 . -A line suitable for a password file, -such as -.Ic auth_basic_user_file -in -.Xr nginx 8 , -is written to standard output. +A line suitable for a password file is written to the standard output. If invoked with two arguments .Po or one argument if the @@ -66,8 +60,6 @@ is updated. .Sh SEE ALSO .Xr bcrypt 3 , -.Xr nginx.conf 5 , -.Xr nginx 8 .Sh HISTORY This reimplemented version of .Nm