diff options
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 |