From 88b70421a40006b7abc62bf638068c294e6adcb7 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 17 Mar 2014 13:42:03 +0000 Subject: tweak previous; --- usr.bin/htpasswd/htpasswd.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.bin') 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 .\" @@ -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 -- cgit v1.2.3