summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-03-17 21:45:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-03-17 21:45:08 +0000
commitc0b2fb82a7e7ce981d500eba4b9a02c54cc83798 (patch)
tree6008ac9f1f2d8d6478c7e231093c036431c06eb4
parent689daf41fcf64982087a3e818fa153ee6d36c4b7 (diff)
reword to make it clearer this is not nginx-specific;
requested by sthen/florian; ok florian
-rw-r--r--usr.bin/htpasswd/htpasswd.122
1 files changed, 12 insertions, 10 deletions
diff --git a/usr.bin/htpasswd/htpasswd.1 b/usr.bin/htpasswd/htpasswd.1
index c7fca628bc8..8fdd52942b1 100644
--- a/usr.bin/htpasswd/htpasswd.1
+++ b/usr.bin/htpasswd/htpasswd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: htpasswd.1,v 1.2 2014/03/17 13:42:02 jmc Exp $
+.\" $OpenBSD: htpasswd.1,v 1.3 2014/03/17 21:45:07 jmc Exp $
.\"
.\" Copyright (c) 2014 Florian Obser <florian@openbsd.org>
.\"
@@ -27,20 +27,22 @@
.Sh DESCRIPTION
.Nm
is used to create and update user authentication files for
-.Xr nginx 8
-and other HTTP daemons.
+HTTP daemons such as
+.Xr nginx 8 .
+.Pp
.Nm
prompts for a password and generates a hash using
.Xr bcrypt 3 .
-A line suitable for
-.Xr nginx 8
+A line suitable for a password file,
+such as
.Ic auth_basic_user_file
-is written on standard output if
-.Nm
-is invoked with one argument.
-If invoked with two arguments the
+in
+.Xr nginx 8 ,
+is written to standard output.
+If invoked with two arguments
+user authentication
.Ar file
-user authentication file is updated.
+is updated.
.Sh SEE ALSO
.Xr bcrypt 3 ,
.Xr nginx.conf 5 ,