summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-03-26 14:41:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-03-26 14:41:46 +0000
commite8406066099be958b42be029c3795c8a13424c13 (patch)
treecef32f2b0f98eb46ba90b4df0952de4cff08ebd6 /usr.sbin
parent6da7bce937b6f3b8f20f8d6310760ca0d0b29af3 (diff)
fix lines with too many args; from Igor Sobrado
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