diff options
author | 2014-03-17 21:45:07 +0000 | |
---|---|---|
committer | 2014-03-17 21:45:07 +0000 | |
commit | d0bb6b6d9f8b375973262a2fd2fd91b25c3d32ae (patch) | |
tree | cd4fce4fbb9a118b7cc22f05f92e31ca719019b3 | |
parent | word tweak from schwarze; (diff) | |
download | wireguard-openbsd-d0bb6b6d9f8b375973262a2fd2fd91b25c3d32ae.tar.xz wireguard-openbsd-d0bb6b6d9f8b375973262a2fd2fd91b25c3d32ae.zip |
reword to make it clearer this is not nginx-specific;
requested by sthen/florian; ok florian
-rw-r--r-- | usr.bin/htpasswd/htpasswd.1 | 22 |
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 , |