summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/httpd/src/support/htpasswd.118
1 files changed, 13 insertions, 5 deletions
diff --git a/usr.sbin/httpd/src/support/htpasswd.1 b/usr.sbin/httpd/src/support/htpasswd.1
index 7e9f1a4400d..2d9a9567d00 100644
--- a/usr.sbin/httpd/src/support/htpasswd.1
+++ b/usr.sbin/httpd/src/support/htpasswd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: htpasswd.1,v 1.13 2005/03/24 10:53:58 jmc Exp $
+.\" $OpenBSD: htpasswd.1,v 1.14 2007/03/26 14:41:45 jmc Exp $
.\"
.\" ====================================================================
.\" The Apache Software License, Version 1.1
@@ -66,23 +66,31 @@
.Sh SYNOPSIS
.Nm
.Op Fl c
-.Op Fl d | l | m | p | s
+.Oo
+.Fl d | l | m | p | s
+.Oc
.Ar passwordfile
.Ar username
.Nm
.Fl b
.Op Fl c
-.Op Fl d | l | m | p | s
+.Oo
+.Fl d | l | m | p | s
+.Oc
.Ar passwordfile
.Ar username
.Ar password
.Nm
.Fl n
-.Op Fl d | l | m | p | s
+.Oo
+.Fl d | l | m | p | s
+.Oc
.Ar username
.Nm
.Fl bn
-.Op Fl d | l | m | p | s
+.Oo
+.Fl d | l | m | p | s
+.Oc
.Ar username
.Ar password
.Sh DESCRIPTION