diff options
author | Jeff Trawick <trawick@apache.org> | 2009-03-26 22:23:44 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-03-26 22:23:44 +0000 |
commit | 2f9b9fdd7099d9293824f82f7b4c987b6fd0ef6d (patch) | |
tree | dc99c0f3fef955e73d57b2efa8e34d49cd9dab75 /docs | |
parent | 6ff862b04087b2dd61227e10466a5089560e6521 (diff) | |
download | httpd-2f9b9fdd7099d9293824f82f7b4c987b6fd0ef6d.tar.gz |
remove BeOS OS support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758891 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/misc/password_encryptions.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/misc/password_encryptions.xml b/docs/manual/misc/password_encryptions.xml index 835ca39294..62db658fb8 100644 --- a/docs/manual/misc/password_encryptions.xml +++ b/docs/manual/misc/password_encryptions.xml @@ -37,7 +37,7 @@ <dl> <dt>PLAIN TEXT (i.e. <em>unencrypted</em>)</dt> - <dd>Windows, BEOS, & Netware only.</dd> + <dd>Windows & Netware only.</dd> <dt>CRYPT</dt> <dd>Unix only. Uses the traditional Unix <code>crypt(3)</code> function |