]> granicus.if.org Git - apache/commitdiff
* Update transformation
authorRuediger Pluem <rpluem@apache.org>
Fri, 27 Mar 2009 12:44:01 +0000 (12:44 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 27 Mar 2009 12:44:01 +0000 (12:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759120 13f79535-47bb-0310-9956-ffa450edef68

29 files changed:
docs/man/htdbm.1
docs/man/htpasswd.1
docs/manual/logs.html.en
docs/manual/logs.xml.fr
docs/manual/logs.xml.ja
docs/manual/logs.xml.ko
docs/manual/logs.xml.meta
docs/manual/logs.xml.tr
docs/manual/misc/perf-tuning.html.en
docs/manual/misc/perf-tuning.xml.ko
docs/manual/misc/perf-tuning.xml.tr
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/event.html.en
docs/manual/mod/index.html.en
docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml.ja
docs/manual/mod/mod_autoindex.xml.ko
docs/manual/mod/mod_autoindex.xml.meta
docs/manual/mod/mod_autoindex.xml.tr
docs/manual/programs/htdbm.html.en
docs/manual/programs/htdbm.xml.meta
docs/manual/programs/htdbm.xml.tr
docs/manual/programs/htpasswd.html.en
docs/manual/programs/htpasswd.xml.ko
docs/manual/programs/htpasswd.xml.meta
docs/manual/programs/htpasswd.xml.tr

index e6647afaaea9e1a20ee7b5f72886832a65d0d863..010755b45b6bc39396521b52a6d39880ca832acf 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTDBM" 1 "2009-01-11" "Apache HTTP Server" "htdbm"
+.TH "HTDBM" 1 "2009-03-27" "Apache HTTP Server" "htdbm"
 
 .SH NAME
 htdbm \- Manipulate DBM password databases
@@ -71,16 +71,16 @@ Create the \fIpasswdfile\fR\&. If \fIpasswdfile\fR already exists, it is rewritt
 Display the results on standard output rather than updating a database\&. This option changes the syntax of the command line, since the \fIpasswdfile\fR argument (usually the first one) is omitted\&. It cannot be combined with the -c option\&.  
 .TP
 -m
-Use MD5 encryption for passwords\&. On Windows, Netware and TPF, this is the default\&.  
+Use MD5 encryption for passwords\&. On Windows and Netware, this is the default\&.  
 .TP
 -d
-Use crypt() encryption for passwords\&. The default on all platforms but Windows, Netware and TPF\&. Though possibly supported by htdbm on all platforms, it is not supported by the httpd server on Windows, Netware and TPF\&.  
+Use crypt() encryption for passwords\&. The default on all platforms but Windows and Netware\&. Though possibly supported by htdbm on all platforms, it is not supported by the httpd server on Windows and Netware\&.  
 .TP
 -s
 Use SHA encryption for passwords\&. Facilitates migration from/to Netscape servers using the LDAP Directory Interchange Format (ldif)\&.  
 .TP
 -p
-Use plaintext passwords\&. Though htdbm will support creation on all platforms, the httpd daemon will only accept plain text passwords on Windows, Netware and TPF\&.  
+Use plaintext passwords\&. Though htdbm will support creation on all platforms, the httpd daemon will only accept plain text passwords on Windows and Netware\&.  
 .TP
 -l
 Print each of the usernames and comments from the database on stdout\&.  
@@ -159,7 +159,7 @@ The use of the -b option is discouraged, since when it is used the unencrypted p
 .SH "RESTRICTIONS"
  
 .PP
-On the Windows and MPE platforms, passwords encrypted with htdbm are limited to no more than 255 characters in length\&. Longer passwords will be truncated to 255 characters\&.
+On the Windows platform, passwords encrypted with htdbm are limited to no more than 255 characters in length\&. Longer passwords will be truncated to 255 characters\&.
  
 .PP
 The MD5 algorithm used by htdbm is specific to the Apache software; passwords encrypted using it will not be usable with other Web servers\&.
index f0a7ac476be5786e587d48226f683ed167fad392..bbb298cb96efcfd6945c6bdf0c5f2f83dd76367c 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTPASSWD" 1 "2007-02-08" "Apache HTTP Server" "htpasswd"
+.TH "HTPASSWD" 1 "2009-03-27" "Apache HTTP Server" "htpasswd"
 
 .SH NAME
 htpasswd \- Manage user files for basic authentication
@@ -68,16 +68,16 @@ Create the \fIpasswdfile\fR\&. If \fIpasswdfile\fR already exists, it is rewritt
 Display the results on standard output rather than updating a file\&. This is useful for generating password records acceptable to Apache for inclusion in non-text data stores\&. This option changes the syntax of the command line, since the \fIpasswdfile\fR argument (usually the first one) is omitted\&. It cannot be combined with the -c option\&.  
 .TP
 -m
-Use MD5 encryption for passwords\&. On Windows, Netware and TPF, this is the default\&.  
+Use MD5 encryption for passwords\&. On Windows and Netware, this is the default\&.  
 .TP
 -d
-Use crypt() encryption for passwords\&. The default on all platforms but Windows, Netware and TPF\&. Though possibly supported by htpasswd on all platforms, it is not supported by the httpd server on Windows, Netware and TPF\&.  
+Use crypt() encryption for passwords\&. The default on all platforms but Windows and Netware\&. Though possibly supported by htpasswd on all platforms, it is not supported by the httpd server on Windows and Netware\&.  
 .TP
 -s
 Use SHA encryption for passwords\&. Facilitates migration from/to Netscape servers using the LDAP Directory Interchange Format (ldif)\&.  
 .TP
 -p
-Use plaintext passwords\&. Though htpasswd will support creation on all platforms, the httpd daemon will only accept plain text passwords on Windows, Netware and TPF\&.  
+Use plaintext passwords\&. Though htpasswd will support creation on all platforms, the httpd daemon will only accept plain text passwords on Windows and Netware\&.  
 .TP
 -D
 Delete user\&. If the username exists in the specified htpasswd file, it will be deleted\&.  
@@ -145,7 +145,7 @@ The SHA encryption format does not use salting: for a given password, there is o
 .SH "RESTRICTIONS"
  
 .PP
-On the Windows and MPE platforms, passwords encrypted with htpasswd are limited to no more than 255 characters in length\&. Longer passwords will be truncated to 255 characters\&.
+On the Windows platform, passwords encrypted with htpasswd are limited to no more than 255 characters in length\&. Longer passwords will be truncated to 255 characters\&.
  
 .PP
 The MD5 algorithm used by htpasswd is specific to the Apache software; passwords encrypted using it will not be usable with other Web servers\&.
index 3c2e5d85db135418347a47fe59de0fc28f89ff1c..5e126d00349d7c772e06c0b116678c02fae6f1c3 100644 (file)
@@ -77,7 +77,7 @@
 
     <p>The error log is usually written to a file (typically
     <code>error_log</code> on Unix systems and
-    <code>error.log</code> on Windows and OS/2). On Unix systems it
+    <code>error.log</code> on Windows). On Unix systems it
     is also possible to have the server send errors to
     <code>syslog</code> or <a href="#piped">pipe them to a
     program</a>.</p>
index e57f7742d89066a803fd6fa2f69dc0fa47f8e4cf..33df9f0abc8894d9ce69e0cc6a2b78d5e49e563a 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 659902 -->
+<!-- English Revision: 659902:758929 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 063b431d780e87bdd4c50006260aad4db06978d0..b2d87b0ee6c2f8032eed985e0a426387768dc1f0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 659902 -->
+<!-- English Revision: 659902:758929 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f1c317cba6e19daea50497d59f24299500deb4f5..6171056c6fffbb090adf55f77253d7f7690f1c6a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:659902 (outdated) -->
+<!-- English Revision: 105989:758929 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 71c35f16e75e0798016dfd255097a80c9a7834e7..553c8ac21e29b2dde9458a621501815761cd1487 100644 (file)
@@ -8,9 +8,9 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">fr</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 30bb12a72e6434d8f1fa75ab892caa7993a658ac..9c5d0e20e74f4ad4c79a671324a5aec04f3e187c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 659902 -->
+<!-- English Revision: 659902:758929 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index c48b93d2d7ea4edd95ae5ae099f9252ac3d2876c..9957aaf29ae6d29db80b6c268feb0344d584fcfe 100644 (file)
           semaphore API allows for a denial of service attack by any
           CGIs running under the same uid as the webserver
           (<em>i.e.</em>, all CGIs, unless you use something like
-          <code class="program"><a href="../programs/suexec.html">suexec</a></code> or <code>cgiwrapper</code>). For these
-          reasons this method is not used on any architecture except
-          IRIX (where the previous two are prohibitively expensive
-          on most IRIX boxes).</p>
+          <code class="program"><a href="../programs/suexec.html">suexec</a></code> or <code>cgiwrapper</code>).</p>
         </dd>
 
         <dt><code>AcceptMutex pthread</code></dt>
index 87efe1ca60c45488fbb6251d4b94334d096014cc..dc1a326dbb2323c4deaebf98ab3c3eb46825780c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:758899 (outdated) -->
+<!-- English Revision: 105989:758944 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 698d10a7346c3c4e034b279121036884aec96de8..c07e3ae62924a345f11240ca4c5698d77a578d76 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 740028:758899 (outdated) -->
+<!-- English Revision: 740028:758944 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 00e962285b6ee09d175edd2e32ad02ef84e743d4..76c984cdeecc87daed271b83ff8a92b30dc4cf67 100644 (file)
@@ -1054,7 +1054,7 @@ in case of an error</td></tr>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Location where the server will log errors</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code> ErrorLog <var>file-path</var>|syslog[:<var>facility</var>]</code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ErrorLog logs/error_log (Unix) ErrorLog logs/error.log (Windows and OS/2)</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ErrorLog logs/error_log (Unix) ErrorLog logs/error.log (Windows)</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr>
index e7d59c6ed5cf2cb7864a99563018669c2e2904c7..7f45bb5f5df7de3ada42f47e262dfecede85f39c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 167959:752894 (outdated) -->
+<!-- English Revision: 167959:758929 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f658129c5b6898d3fe50c48704b6117c13636134..f92181f9ebe504ea013b9db0972e4a4659a6f789 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 669847:752894 (outdated) -->
+<!-- English Revision: 669847:758929 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 04f5a4ce26d57869e6ee7eeff410e1766fb5daf3..8580b968275667af5e93d90ff366f1767ca5b3ef 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 740420:752894 (outdated) -->
+<!-- English Revision: 740420:758929 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 1b54a074cb42adf099b2e2dcd7c5bc3ba1c62f36..7b09c7e046b97c78acc4b5080bc81e6d63c69578 100644 (file)
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/mod/event.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>
-<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>An experimental variant of the standard <code class="module"><a href="../mod/worker.html">worker</a></code>
-MPM</td></tr>
+<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>A variant of the <code class="module"><a href="../mod/worker.html">worker</a></code> MPM with the goal
+of consuming threads only for connections with active processing</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mpm_event_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>event.c</td></tr></table>
 <h3>Summary</h3>
 
-    <div class="warning"><h3>Warning</h3>
-      <p>This MPM is experimental, so it may or may not work as
-      expected.</p> 
-    </div>
-
     <p>The <code class="module"><a href="../mod/event.html">event</a></code> Multi-Processing Module (MPM) is
     designed to allow more requests to be served simultaneously by
     passing off some processing work to supporting threads, freeing up
index b053032b436be82e64a1054d672e60c3e8cb1cac..42152c0bbdbf4af85c94099ab7da6e86ef48d38a 100644 (file)
@@ -50,8 +50,8 @@
 available</dd>
 <dt><a href="mpm_common.html">mpm_common</a></dt><dd class="separate">A collection of directives that are implemented by
 more than one multi-processing module (MPM)</dd>
-<dt><a href="event.html">event</a></dt><dd>An experimental variant of the standard <code class="module"><a href="../mod/worker.html">worker</a></code>
-MPM</dd>
+<dt><a href="event.html">event</a></dt><dd>A variant of the <code class="module"><a href="../mod/worker.html">worker</a></code> MPM with the goal
+of consuming threads only for connections with active processing</dd>
 <dt><a href="mpm_netware.html">mpm_netware</a></dt><dd>Multi-Processing Module implementing an exclusively threaded web
     server optimized for Novell NetWare</dd>
 <dt><a href="prefork.html">prefork</a></dt><dd>Implements a non-threaded, pre-forking web server</dd>
index 820b10cdb73e523f59557eed2a48954955a43362..d64501087fa9a1cc15dcf8d4d1efc20a4e8b7ed6 100644 (file)
@@ -748,8 +748,8 @@ indexing</td></tr>
       <dd>This returns the <code>Last-Modified</code> and <code>ETag</code>
       values for the listed directory in the HTTP header. It is only valid
       if the operating system and file system return appropriate stat()
-      results. Some Unix systems do so, as do OS2's JFS and Win32's
-      NTFS volumes. OS2 and Win32 FAT volumes, for example, do not.
+      results. Some Unix systems do so, as do Win32's
+      NTFS volumes. Win32 FAT volumes, for example, do not.
       Once this feature is enabled, the client or proxy can track
       changes to the list of files when they perform a <code>HEAD</code>
       request. Note some operating systems correctly track new and
index c93055f91005944bdcf7d558d2f6d41349dd551f..4dedc5151d9da639f3c4fd4c2830e4490da7980e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 689261 -->
+<!-- English Revision: 689261:758929 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 2592c0864737dc1447e083d1a89e924a382362a0..784b3bd2cbd0c81757600ccd6e0e5a2a9d2b3552 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 103423:689261 (outdated) -->
+<!-- English Revision: 103423:758929 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8ef40d9ff0274f2e46cc9bd0b111fca31e684196..a75e8e0577410337fc0e2d9ec000153aa2e598cd 100644 (file)
@@ -8,8 +8,8 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 54cceceb4fc4dc65d5de672c115479c266cd819c..776b74871b7ee2b0184260c1ce05fa17c8ae92cd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 689261 -->
+<!-- English Revision: 689261:758929 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 39c5c3a5f46dd4197d9e87ee82da7b3274fc226d..0ca8d9372f51594970edea8faa76a19de133ef74 100644 (file)
     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
-    <code class="program"><a href="../programs/httpd.html">httpd</a></code> server on Windows, Netware and TPF.</dd>
+    <code class="program"><a href="../programs/httpd.html">httpd</a></code> server on Windows and Netware.</dd>
 
     <dt><code>-s</code></dt>
     <dd>Use SHA encryption for passwords. Facilitates migration from/to Netscape
     <dt><code>-p</code></dt>
     <dd>Use plaintext passwords. Though <code>htdbm</code> will support
     creation on all platforms, the <code class="program"><a href="../programs/httpd.html">httpd</a></code> 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
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="restrictions" id="restrictions">Restrictions</a></h2>
-    <p>On the Windows and MPE platforms, passwords encrypted with
+    <p>On the Windows platform, passwords encrypted with
     <code>htdbm</code> are limited to no more than <code>255</code>
     characters in length. Longer passwords will be truncated to 255
     characters.</p>
index ec13f500e6e0e99c7cbbaf39c27203e121816f2c..03017a159f9392ff4e59542531348293bb98436b 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index f350d111985d2313fdd671ac4aa92cc61b364a0c..2f695f3fb04d59e8bfd7991fe89fb737a00cd774 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 732790 -->
+<!-- English Revision: 732790:758944 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index b3cae555a232c917810e24fd199436e7f5b14fc6..7728ef2750fc95fd6a26dff7cf0feeb1ae97f565 100644 (file)
@@ -105,14 +105,14 @@ distribution.</li></ul></div>
     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
-    <code class="program"><a href="../programs/httpd.html">httpd</a></code> server on Windows, Netware and TPF.</dd>
+    <code class="program"><a href="../programs/httpd.html">httpd</a></code> server on Windows and Netware.</dd>
 
     <dt><code>-s</code></dt>
     <dd>Use SHA encryption for passwords. Facilitates migration from/to Netscape
@@ -121,7 +121,7 @@ distribution.</li></ul></div>
     <dt><code>-p</code></dt>
     <dd>Use plaintext passwords. Though <code>htpasswd</code> will support
     creation on all platforms, the <code class="program"><a href="../programs/httpd.html">httpd</a></code> 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
@@ -207,7 +207,7 @@ distribution.</li></ul></div>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="restrictions" id="restrictions">Restrictions</a></h2>
-    <p>On the Windows and MPE platforms, passwords encrypted with
+    <p>On the Windows platform, passwords encrypted with
     <code>htpasswd</code> are limited to no more than <code>255</code>
     characters in length. Longer passwords will be truncated to 255
     characters.</p>
index 1c0039f0661425a4d295f8a6b87d736689c430e1..3d2bed506627c5fb08c78e7c13668dec7c3b7a6e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:487904 (outdated) -->
+<!-- English Revision: 105989:758944 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 481a3b5b75f750ab3632893ea5ec2ef3710e63cc..169f3bb36707c0e0b3d807f26e97ce959b7270d0 100644 (file)
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 3c9da8655e6eeae0dfb056b4fcef2c7b1a5a36c5..3cee63e202f63b213a481718e8ffb92634e298d5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 487904 -->
+<!-- English Revision: 487904:758944 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>