diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2014-08-26 20:03:32 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2014-08-26 20:03:32 +0000 |
commit | e288507dda4c5aa015960132312ea6466ccb4865 (patch) | |
tree | 45c2b30568500e240dc34a33bcd96d8ea89a0c2e /usr.bin/htpasswd/htpasswd.1 | |
parent | 76ce901ef02882905fb765e8520811e49658e4dd (diff) |
remove nginx references
Diffstat (limited to 'usr.bin/htpasswd/htpasswd.1')
-rw-r--r-- | usr.bin/htpasswd/htpasswd.1 | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/usr.bin/htpasswd/htpasswd.1 b/usr.bin/htpasswd/htpasswd.1 index 8ed29bee8ca..4474d42c8b2 100644 --- a/usr.bin/htpasswd/htpasswd.1 +++ b/usr.bin/htpasswd/htpasswd.1 @@ -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 <florian@openbsd.org> .\" @@ -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 @@ then hashes using .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 @@ user authentication is updated. .Sh SEE ALSO .Xr bcrypt 3 , -.Xr nginx.conf 5 , -.Xr nginx 8 .Sh HISTORY This reimplemented version of .Nm |