summaryrefslogtreecommitdiff
path: root/docs/manual/programs/htpasswd.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-05-13 23:34:27 +0000
committerAndré Malo <nd@apache.org>2003-05-13 23:34:27 +0000
commit8185e1ea3df1dab1fe12e369ab2191008c52f7e9 (patch)
tree0ff06ef721e3d6da80e09bcf460236eea1708d9f /docs/manual/programs/htpasswd.html.en
parent5429af4d0f244b3a2a71c6b0c2f799d041987cad (diff)
downloadhttpd-8185e1ea3df1dab1fe12e369ab2191008c52f7e9.tar.gz
document backported htpasswd behaviour
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99813 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/htpasswd.html.en')
-rw-r--r--docs/manual/programs/htpasswd.html.en5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/programs/htpasswd.html.en b/docs/manual/programs/htpasswd.html.en
index f04a9a75ef..1ad71801d2 100644
--- a/docs/manual/programs/htpasswd.html.en
+++ b/docs/manual/programs/htpasswd.html.en
@@ -139,9 +139,10 @@ distribution.</p></li></ul></div>
syntax problem with the command line, <code>3</code> if the password was
entered interactively and the verification entry didn't match,
<code>4</code> if its operation was interrupted, <code>5</code> if a value
- is too long (username, filename, password, or final computed record), and
+ is too long (username, filename, password, or final computed record),
<code>6</code> if the username contains illegal characters (see the
- <a href="#restrictions">Restrictions section</a>).</p>
+ <a href="#restrictions">Restrictions section</a>), and <code>7</code>
+ if the file is not a valid password file.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="examples" id="examples">Examples</a></h2>