diff options
author | Jeff Trawick <trawick@apache.org> | 2009-03-27 01:05:18 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-03-27 01:05:18 +0100 |
commit | cb8a82faed9782ab3255e473dc46cd60130282ca (patch) | |
tree | 67e2e20bf557f7dd8375717cc65b0334f68ed0a0 /docs/manual/programs | |
parent | remove OS/2 platform support (diff) | |
download | apache2-cb8a82faed9782ab3255e473dc46cd60130282ca.tar.xz apache2-cb8a82faed9782ab3255e473dc46cd60130282ca.zip |
remove TPF support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs')
-rw-r--r-- | docs/manual/programs/htdbm.xml | 8 | ||||
-rw-r--r-- | docs/manual/programs/htpasswd.xml | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/programs/htdbm.xml b/docs/manual/programs/htdbm.xml index 59c5201691..0911b16a99 100644 --- a/docs/manual/programs/htdbm.xml +++ b/docs/manual/programs/htdbm.xml @@ -134,14 +134,14 @@ cannot be combined with the <code>-c</code> option.</dd> <dt><code>-m</code></dt> - <dd>Use MD5 encryption for passwords. On Windows, Netware and TPF, this is + <dd>Use MD5 encryption for passwords. On Windows and Netware, this is the default.</dd> <dt><code>-d</code></dt> <dd>Use <code>crypt()</code> encryption for passwords. The default on all - platforms but Windows, Netware and TPF. Though possibly supported by + platforms but Windows and Netware. Though possibly supported by <code>htdbm</code> on all platforms, it is not supported by the - <program>httpd</program> server on Windows, Netware and TPF.</dd> + <program>httpd</program> server on Windows and Netware.</dd> <dt><code>-s</code></dt> <dd>Use SHA encryption for passwords. Facilitates migration from/to Netscape @@ -150,7 +150,7 @@ <dt><code>-p</code></dt> <dd>Use plaintext passwords. Though <code>htdbm</code> will support creation on all platforms, the <program>httpd</program> daemon will - only accept plain text passwords on Windows, Netware and TPF.</dd> + only accept plain text passwords on Windows and Netware.</dd> <dt><code>-l</code></dt> <dd>Print each of the usernames and comments from the database on diff --git a/docs/manual/programs/htpasswd.xml b/docs/manual/programs/htpasswd.xml index 6e613d0873..f342408d38 100644 --- a/docs/manual/programs/htpasswd.xml +++ b/docs/manual/programs/htpasswd.xml @@ -103,14 +103,14 @@ distribution.</seealso> one) is omitted. It cannot be combined with the <code>-c</code> option.</dd> <dt><code>-m</code></dt> - <dd>Use MD5 encryption for passwords. On Windows, Netware and TPF, this is + <dd>Use MD5 encryption for passwords. On Windows and Netware, this is the default.</dd> <dt><code>-d</code></dt> <dd>Use <code>crypt()</code> encryption for passwords. The default on all - platforms but Windows, Netware and TPF. Though possibly supported by + platforms but Windows and Netware. Though possibly supported by <code>htpasswd</code> on all platforms, it is not supported by the - <program>httpd</program> server on Windows, Netware and TPF.</dd> + <program>httpd</program> server on Windows and Netware.</dd> <dt><code>-s</code></dt> <dd>Use SHA encryption for passwords. Facilitates migration from/to Netscape @@ -119,7 +119,7 @@ distribution.</seealso> <dt><code>-p</code></dt> <dd>Use plaintext passwords. Though <code>htpasswd</code> will support creation on all platforms, the <program>httpd</program> daemon will - only accept plain text passwords on Windows, Netware and TPF.</dd> + only accept plain text passwords on Windows and Netware.</dd> <dt><code>-D</code></dt> <dd>Delete user. If the username exists in the specified htpasswd file, it |