diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-17 13:42:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-17 13:42:03 +0000 |
commit | 88b70421a40006b7abc62bf638068c294e6adcb7 (patch) | |
tree | 65500fa3b6d55452c44375cbcc5a5f736e260c38 /usr.bin/htpasswd | |
parent | 8668d88dd69c9d08f39832c99f99cd59db55b3e8 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin/htpasswd')
-rw-r--r-- | usr.bin/htpasswd/htpasswd.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/htpasswd/htpasswd.1 b/usr.bin/htpasswd/htpasswd.1 index 1cf5efce62e..c7fca628bc8 100644 --- a/usr.bin/htpasswd/htpasswd.1 +++ b/usr.bin/htpasswd/htpasswd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: htpasswd.1,v 1.1 2014/03/17 12:49:13 florian Exp $ +.\" $OpenBSD: htpasswd.1,v 1.2 2014/03/17 13:42:02 jmc Exp $ .\" .\" Copyright (c) 2014 Florian Obser <florian@openbsd.org> .\" @@ -28,11 +28,11 @@ .Nm is used to create and update user authentication files for .Xr nginx 8 -and other http daemons. +and other HTTP daemons. .Nm prompts for a password and generates a hash using .Xr bcrypt 3 . -A line suitable for e.g. +A line suitable for .Xr nginx 8 .Ic auth_basic_user_file is written on standard output if @@ -43,8 +43,8 @@ If invoked with two arguments the user authentication file is updated. .Sh SEE ALSO .Xr bcrypt 3 , -.Xr nginx 8 , -.Xr nginx.conf 5 +.Xr nginx.conf 5 , +.Xr nginx 8 .Sh HISTORY This reimplemented version of .Nm |