]> granicus.if.org Git - apache/commitdiff
In as much as we can be said to have consensus on anything at all, we
authorRich Bowen <rbowen@apache.org>
Tue, 16 Mar 2010 12:48:31 +0000 (12:48 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 16 Mar 2010 12:48:31 +0000 (12:48 +0000)
appear to have consensus that we will refer to the product (in the
documentation) as Apache HTTPD, or HTTPD for short, and to the server
binary executable as <code>httpd</code>. Here's a few changes to that
effect.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923712 13f79535-47bb-0310-9956-ffa450edef68

29 files changed:
docs/manual/bind.html.en
docs/manual/bind.xml
docs/manual/bind.xml.meta
docs/manual/configuring.html.en
docs/manual/configuring.xml
docs/manual/content-negotiation.html.en
docs/manual/content-negotiation.xml
docs/manual/custom-error.html.en
docs/manual/custom-error.xml.es
docs/manual/custom-error.xml.ja
docs/manual/custom-error.xml.ko
docs/manual/custom-error.xml.tr
docs/manual/dns-caveats.html.en
docs/manual/dns-caveats.xml
docs/manual/dns-caveats.xml.ja
docs/manual/dns-caveats.xml.ko
docs/manual/dns-caveats.xml.meta
docs/manual/dns-caveats.xml.tr
docs/manual/mod/mod_ssl.html.en
docs/manual/server-wide.xml.meta
docs/manual/stopping.html.en
docs/manual/stopping.xml
docs/manual/stopping.xml.meta
docs/manual/suexec.xml.meta
docs/manual/upgrading.xml.meta
docs/manual/urlmapping.xml.fr
docs/manual/urlmapping.xml.ja
docs/manual/urlmapping.xml.ko
docs/manual/urlmapping.xml.tr

index 1adf4b60077729ceb947688b7707304cdb910946..96c4845001624390074be4ffe9a812273a482ac0 100644 (file)
@@ -26,7 +26,7 @@
 <a href="./tr/bind.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
 
-    <p>Configuring Apache HTTP Server (httpd) to listen on specific addresses and ports.</p>
+    <p>Configuring Apache HTTPD to listen on specific addresses and ports.</p>
   </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#overview">Overview</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#ipv6">Special IPv6 Considerations</a></li>
index 3604cf33047d47f952e8f41d2c6d21435af145a7..510208ca406c9398372386e438a200819c458ffe 100644 (file)
@@ -25,7 +25,7 @@
   <title>Binding</title>
 
   <summary>
-    <p>Configuring Apache HTTP Server (httpd) to listen on specific addresses and ports.</p>
+    <p>Configuring Apache HTTPD to listen on specific addresses and ports.</p>
   </summary>
 
   <seealso><a href="vhosts/">Virtual Hosts</a></seealso>
index 6c8dc7deadf59ad66028e4f72baac40102570030..7e0f1ee9b75724aeef4bf4fd07788d41732857ea 100644 (file)
@@ -9,7 +9,7 @@
   <variants>
     <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index 85456c94ade28d1a70379232c6ede2eb78f9511f..63e83211689a6036f210a370a89e704bb7986532 100644 (file)
@@ -26,7 +26,7 @@
 <a href="./tr/configuring.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
 
-<p>This document describes the files used to configure the Apache HTTP server (httpd).</p>
+<p>This document describes the files used to configure Apache HTTPD.</p>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#main">Main Configuration Files</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#syntax">Syntax of the Configuration Files</a></li>
@@ -40,7 +40,7 @@
     
     <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_mime.html">mod_mime</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/core.html#ifdefine">&lt;IfDefine&gt;</a></code></li><li><code class="directive"><a href="./mod/core.html#include">Include</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#typesconfig">TypesConfig</a></code></li></ul></td></tr></table>
 
-    <p>The Apache HTTP Server is configured by placing <a href="mod/directives.html">directives</a> in plain text
+    <p>Apache HTTPD is configured by placing <a href="mod/directives.html">directives</a> in plain text
     configuration files. The main configuration file is usually called
     <code>httpd.conf</code>. The location of this file is set at
     compile-time, but may be overridden with the <code>-f</code>
index d7b0f0f16926bfdd8baead9b3c64e54031499274..2a59a9938889274a425f63baeb1ed80814f96fed 100644 (file)
@@ -25,7 +25,7 @@
   <title>Configuration Files</title>
 
 <summary>
-<p>This document describes the files used to configure the Apache HTTP server (httpd).</p>
+<p>This document describes the files used to configure Apache HTTPD.</p>
 </summary>
 
   <section id="main">
@@ -41,7 +41,7 @@
       </directivelist>
     </related>
 
-    <p>The Apache HTTP Server is configured by placing <a
+    <p>Apache HTTPD is configured by placing <a
     href="mod/directives.html">directives</a> in plain text
     configuration files. The main configuration file is usually called
     <code>httpd.conf</code>. The location of this file is set at
index fd7d98a89416d1b07cbeb66f2f47045667fe786c..5acde5ad2190babbe773e70b222e0676ec979590 100644 (file)
@@ -25,7 +25,7 @@
 </div>
 
 
-    <p>The Apache HTTP Server (httpd) supports content negotiation as described in
+    <p>Apache HTTPD supports content negotiation as described in
     the HTTP/1.1 specification. It can choose the best
     representation of a resource based on the browser-supplied
     preferences for media type, languages, character set and
index 0d89fe4894f7c51cf2e0bf0d554d622a6afc50c8..306b9b7f9df21ec6848fbff27047404c1bbdfb83 100644 (file)
@@ -26,7 +26,7 @@
 
 <summary>
 
-    <p>The Apache HTTP Server (httpd) supports content negotiation as described in
+    <p>Apache HTTPD supports content negotiation as described in
     the HTTP/1.1 specification. It can choose the best
     representation of a resource based on the browser-supplied
     preferences for media type, languages, character set and
index cfb0263730cef1a8454c7880f3c40dce6b71c613..43d9ae196e7b897a451b472471546e4776350e0a 100644 (file)
@@ -29,7 +29,7 @@
 
     <p>Although the Apache HTTP Server provides generic error responses
     in the event of 4xx or 5xx HTTP status codes, these responses are
-    rather stark, uninformative, and can be indimidating to site users.
+    rather stark, uninformative, and can be intimidating to site users.
     You may wish to provide custom error responses which are either 
     friendlier, or in some language other than English, or perhaps which
     are styled more in line with your site layout.</p>
@@ -55,8 +55,8 @@
 <div class="section">
 <h2><a name="configuration" id="configuration">Configuration</a></h2>
 
-    <p>Custom error documents are configured using the <code class="directive"><a href="./mod/core.html#errordocument">ErrorDocument</a></code> directive.
-    <code>ErrorDocument</code>, which may be used in global,
+    <p>Custom error documents are configured using the <code class="directive"><a href="./mod/core.html#errordocument">ErrorDocument</a></code> directive,
+    which may be used in global,
     virtualhost, or directory context. It may be used in .htaccess files
     if <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> is set to 
     FileInfo.</p>
@@ -69,7 +69,7 @@
       ErrorDocument 401 /subscription/how_to_subscribe.html
     </code></p></div>
 
-    <p>The syntax of the <code>ErrorDocuemnt</code> directrive is:</p>
+    <p>The syntax of the <code>ErrorDocument</code> directive is:</p>
 
     <div class="example"><p><code>
       ErrorDocument &lt;3-digit-code&gt; &lt;action&gt;
     provide more useful information to users about your site, and what
     they can expect to find there.</p>
 
-    <p><code class="module"><a href="./mod/mod_includes.html">mod_includes</a></code> and <code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code> 
+    <p><code class="module"><a href="./mod/mod_include.html">mod_include</a></code> and <code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code> 
     must be enabled to use this feature.</p>
 
  </div></div>
index e8b026044e4123195f497ff05743bc7c23a8db83..4317ca23b5974cebc6fb8facc32b942d4f521696 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.es.xsl"?>
-<!-- English Revision: 420990:922267 (outdated) -->
+<!-- English Revision: 420990:922907 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f6c04867cd4eb64f58ca7644e6ec1a3225f79c89..7642a1985f1f5cb906d75f47ffe4604d7e64fc2b 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: 558686:922267 (outdated) -->
+<!-- English Revision: 558686:922907 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 330353cdcafc56e8e732936548ef8d539402ff8d..d587e5569382b7092694c058c0fe2b2dd45f194b 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: 420990:922267 (outdated) -->
+<!-- English Revision: 420990:922907 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index d8b8dd0c2ed6a4ea52ec1a21410d88fd5ef06843..e0a6616454a48067d6ebb58aafefa84a31cbeec8 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: 788930:922267 (outdated) -->
+<!-- English Revision: 788930:922907 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index a79de6c5473b3b4d3a59e242f4d761f036778ae2..ce70ffe561a12527c80f80d44bfb46ea3946cc34 100644 (file)
@@ -5,7 +5,7 @@
               This file is generated from xml source: DO NOT EDIT
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
       -->
-<title>Issues Regarding DNS and Apache HTTPD - Apache HTTP Server</title>
+<title>Issues Regarding DNS and Apache HTTP Server - Apache HTTP Server</title>
 <link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
 <link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
 <link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
@@ -16,7 +16,7 @@
 <img alt="" src="./images/feather.gif" /></div>
 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
 <div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Issues Regarding DNS and Apache HTTPD</h1>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Issues Regarding DNS and Apache HTTP Server</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="./en/dns-caveats.html" title="English">&nbsp;en&nbsp;</a> |
 <a href="./fr/dns-caveats.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
@@ -26,7 +26,7 @@
 </div>
 
     <p>This page could be summarized with the statement: don't
-    configure Apache HTTPD in such a way that it relies on DNS resolution
+    configure Apache HTTP Server in such a way that it relies on DNS resolution
     for parsing of the configuration files. If HTTPD requires DNS
     resolution to parse the configuration files then your server
     may be subject to reliability problems (ie. it might not boot),
index 7250ba10d4409a1ab909850515d23b92af8d361b..e47c0b32eda14e5f1ebcd9e68f43bbca674d7e03 100644 (file)
 
 <manualpage metafile="dns-caveats.xml.meta">
 
-  <title>Issues Regarding DNS and Apache HTTPD</title>
+  <title>Issues Regarding DNS and Apache HTTP Server</title>
 
   <summary>
     <p>This page could be summarized with the statement: don't
-    configure Apache HTTPD in such a way that it relies on DNS resolution
+    configure Apache HTTP Server in such a way that it relies on DNS resolution
     for parsing of the configuration files. If HTTPD requires DNS
     resolution to parse the configuration files then your server
     may be subject to reliability problems (ie. it might not boot),
index c8f80dfd8e1ded9d7e5cb303b05efe7d6c07ff80..84976e3d61c836ef070468ced995a7f948f0008c 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: 507346:788974 (outdated) -->
+<!-- English Revision: 507346:922709 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e1ece981ba4288cb6d27a556f3456fe7e3f320e1..3adf88a9f7baa5553ad26424b65da64f49b438a3 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:788974 (outdated) -->
+<!-- English Revision: 105989:922709 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 030b22e38f071d14f45e47e7fcb6b1c89487b7c4..3ca97a2a601eaf467747b2d1c58e363c20b1e700 100644 (file)
@@ -11,6 +11,6 @@
     <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 33752414a27dbf8ac62b19307e514b2fa8ade6a6..cd6c27068c2707ea233bb11b3f4d3febcb4cd98d 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: 788974 -->
+<!-- English Revision: 788974:922709 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index aef18c3fa5d63c3b01122fc5a1bfb393b58b3a49..1f64863ac1c03d8ba7cadbe95d93e6b81ccdc14b 100644 (file)
@@ -705,8 +705,8 @@ during a renegotiation.  This vulnerability allowed an attacker to
 server.  A protocol extension was developed which fixed this
 vulnerability if supported by both client and server.</p>
 
-<p>If <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is linked against OpenSSL version 1.0.0
-Beta 5 or later, by default renegotiation is only supported with
+<p>If <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is linked against OpenSSL version 0.9.8m
+or later, by default renegotiation is only supported with
 clients supporting the new protocol extension.  If this directive is
 enabled, renegotiation will be allowed with old (unpatched) clients,
 albeit insecurely.</p>
index e7e79d5980dd554753030464303615178344ec9a..40c97172dcd17c4765cfa49ce5a26de17f500c91 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index 47a578e8767f77bc55426f7560609681a87df9f8..1c380711aba44b2a37827988f2377ed696e6a632 100644 (file)
@@ -5,7 +5,7 @@
               This file is generated from xml source: DO NOT EDIT
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
       -->
-<title>Stopping and Restarting - Apache HTTP Server</title>
+<title>Stopping and Restarting Apache HTTPD - Apache HTTP Server</title>
 <link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
 <link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
 <link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
@@ -16,7 +16,7 @@
 <img alt="" src="./images/feather.gif" /></div>
 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
 <div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Stopping and Restarting</h1>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Stopping and Restarting Apache HTTPD</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="./en/stopping.html" title="English">&nbsp;en&nbsp;</a> |
@@ -27,7 +27,7 @@
 <a href="./tr/stopping.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
 
-    <p>This document covers stopping and restarting the Apache HTTP Server (httpd) on
+    <p>This document covers stopping and restarting Apache HTTPD on
     Unix-like systems. Windows NT, 2000 and XP users should see
     <a href="platform/windows.html#winsvc">Running httpd as a
     Service</a> and Windows 9x and ME users should see <a href="platform/windows.html#wincons">Running httpd as a
index d788a8203466eff2f4ce6ed40407cd3023dc414e..fe94312b51705f59acba5f4244994b40bc582aa5 100644 (file)
 
 <manualpage metafile="stopping.xml.meta">
 
-  <title>Stopping and Restarting</title>
+  <title>Stopping and Restarting Apache HTTPD</title>
 
 <summary>
-    <p>This document covers stopping and restarting the Apache HTTP Server (httpd) on
+    <p>This document covers stopping and restarting Apache HTTPD on
     Unix-like systems. Windows NT, 2000 and XP users should see
     <a href="platform/windows.html#winsvc">Running httpd as a
     Service</a> and Windows 9x and ME users should see <a
index 918429770c4483a22e4e4c5a881a5f5530ebe2ae..6f50ed86c27f9176c460cd2b363d8320166c0456 100644 (file)
@@ -10,7 +10,7 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index f1be9d6399840d41d2d3ede588909c3862c4fc26..ce2ceefd2d698440e83eeef756977960177ec0bf 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index 9dec7f53f9643724f691d19a1cadc31ec9c6f3e0..047fb80e5ad4535390c71e6ab6a67b9f4f49cbbb 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
   </variants>
 </metafile>
index d6184345e4df3bd9a12f792a6934560ec12afd41..2c5971bb96e82758110068cd3630ee6cd2ef857d 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: 921872 -->
+<!-- English Revision: 921872:922907 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 7a78942a448385b56b9346a5c78339d87f02cb6a..e30a5d987a0ec99b0d9bbaf3ae2ecbc882cad47a 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: 151408:921872 (outdated) -->
+<!-- English Revision: 151408:922907 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3c21f18c999d51348253dce6c2dc7e7ab476458c..38fa270909bd9b347aa3d90f52aff7dcec449108 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: 151408:921872 (outdated) -->
+<!-- English Revision: 151408:922907 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 18d86e3978b08189333cd5d1aaa37c049d02abe2..b0cfd68b07a50086cad5935b3eef8a1d7a5b73b3 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: 732819:921872 (outdated) -->
+<!-- English Revision: 732819:922907 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>