You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2007/10/20 21:27:50 UTC

svn commit: r586788 - in /httpd/httpd/trunk/docs/manual: developer/API.html.en developer/documenting.html.en mod/mod_proxy_ajp.html.en mod/mod_proxy_ajp.xml.ja stopping.html.en stopping.xml.de stopping.xml.es stopping.xml.ja stopping.xml.ko

Author: erikabele
Date: Sat Oct 20 12:27:49 2007
New Revision: 586788

URL: http://svn.apache.org/viewvc?rev=586788&view=rev
Log:
Transformations.

Modified:
    httpd/httpd/trunk/docs/manual/developer/API.html.en
    httpd/httpd/trunk/docs/manual/developer/documenting.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja
    httpd/httpd/trunk/docs/manual/stopping.html.en
    httpd/httpd/trunk/docs/manual/stopping.xml.de
    httpd/httpd/trunk/docs/manual/stopping.xml.es
    httpd/httpd/trunk/docs/manual/stopping.xml.ja
    httpd/httpd/trunk/docs/manual/stopping.xml.ko

Modified: httpd/httpd/trunk/docs/manual/developer/API.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/API.html.en?rev=586788&r1=586787&r2=586788&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/API.html.en (original)
+++ httpd/httpd/trunk/docs/manual/developer/API.html.en Sat Oct 20 12:27:49 2007
@@ -820,7 +820,7 @@
     
 
     <h3>Other sorts of resources -- cleanup functions</h3>
-      <p>More text goes here. Describe the the cleanup primitives in terms of
+      <p>More text goes here. Describe the cleanup primitives in terms of
       which the file stuff is implemented; also, <code>spawn_process</code>.</p>
 
       <p>Pool cleanups live until <code>clear_pool()</code> is called:

Modified: httpd/httpd/trunk/docs/manual/developer/documenting.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/documenting.html.en?rev=586788&r1=586787&r2=586788&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/documenting.html.en (original)
+++ httpd/httpd/trunk/docs/manual/developer/documenting.html.en Sat Oct 20 12:27:49 2007
@@ -22,7 +22,7 @@
 </div>
 
     <p>Apache 2.0 uses <a href="http://www.doxygen.org/">Doxygen</a> to
-    document the APIs and global variables in the the code. This will explain
+    document the APIs and global variables in the code. This will explain
     the basics of how to document using Doxygen.</p>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en?rev=586788&r1=586787&r2=586788&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en Sat Oct 20 12:27:49 2007
@@ -508,7 +508,7 @@
     <p>The status code and message are the usual HTTP things
     (e.g. <code>200</code> and <code>OK</code>). The response header names are
     encoded the same way the request header names are. See header_encoding above
-    for details about how the the codes are distinguished from the strings.<br />
+    for details about how the codes are distinguished from the strings.<br />
     The codes for common headers are:</p>
     <table>
       <tr><td>Name</td><td>Code value</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja?rev=586788&r1=586787&r2=586788&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja [iso-2022-jp] Sat Oct 20 12:27:49 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 395228:562077 (outdated) -->
+<!-- English Revision: 395228:586770 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/stopping.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/stopping.html.en?rev=586788&r1=586787&r2=586788&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/stopping.html.en (original)
+++ httpd/httpd/trunk/docs/manual/stopping.html.en Sat Oct 20 12:27:49 2007
@@ -175,7 +175,7 @@
     will notice that the server statistics are set to zero when a
     <code>HUP</code> is sent.</p>
 
-<div class="note">As with a graceful restart, a syntax check is run before the the
+<div class="note">As with a graceful restart, a syntax check is run before the
 restart is attempted. If your configuration file has errors in it, the
 restart will not be attempted, and you will receive notification of the
 syntax error(s).</div>

Modified: httpd/httpd/trunk/docs/manual/stopping.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/stopping.xml.de?rev=586788&r1=586787&r2=586788&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/stopping.xml.de (original)
+++ httpd/httpd/trunk/docs/manual/stopping.xml.de Sat Oct 20 12:27:49 2007
@@ -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.de.xsl"?>
-<!-- English Revision: 239255:420990 (outdated) -->
+<!-- English Revision: 239255:586770 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/stopping.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/stopping.xml.es?rev=586788&r1=586787&r2=586788&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/stopping.xml.es (original)
+++ httpd/httpd/trunk/docs/manual/stopping.xml.es Sat Oct 20 12:27:49 2007
@@ -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: 105989:420990 (outdated) -->
+<!-- English Revision: 105989:586770 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/stopping.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/stopping.xml.ja?rev=586788&r1=586787&r2=586788&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/stopping.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/trunk/docs/manual/stopping.xml.ja [iso-2022-jp] Sat Oct 20 12:27:49 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 151408:586770 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/stopping.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/stopping.xml.ko?rev=586788&r1=586787&r2=586788&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/stopping.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/stopping.xml.ko [euc-kr] Sat Oct 20 12:27:49 2007
@@ -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:420990 (outdated) -->
+<!-- English Revision: 105989:586770 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more