diff options
author | Jeff Trawick <trawick@apache.org> | 2009-03-26 23:23:44 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-03-26 23:23:44 +0100 |
commit | 2f9b9fdd7099d9293824f82f7b4c987b6fd0ef6d (patch) | |
tree | dc99c0f3fef955e73d57b2efa8e34d49cd9dab75 /docs/manual/misc | |
parent | finish removing BeOS MPM (diff) | |
download | apache2-2f9b9fdd7099d9293824f82f7b4c987b6fd0ef6d.tar.xz apache2-2f9b9fdd7099d9293824f82f7b4c987b6fd0ef6d.zip |
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/manual/misc')
-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 |