]> granicus.if.org Git - apache/commitdiff
Tidying up
authorNoirin Plunkett <noirin@apache.org>
Tue, 6 Mar 2007 19:11:05 +0000 (19:11 +0000)
committerNoirin Plunkett <noirin@apache.org>
Tue, 6 Mar 2007 19:11:05 +0000 (19:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515254 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/bind.html.en
docs/manual/bind.xml.meta
docs/manual/mod/mpm_common.html.en

index 2e30b9e032eb921eba3980af5ad46fc7b33a6e77..47597343cc36b9e9517295cd73d921b6909cc17d 100644 (file)
@@ -72,8 +72,8 @@
        and port 8080 on another, use</p>
 
     <div class="example"><p><code>
-      Listen 192.170.2.1:80<br />
-      Listen 192.170.2.5:8000
+      Listen 192.0.2.1:80<br />
+      Listen 192.0.2.5:8000
     </code></p></div>
 
     <p>IPv6 addresses must be enclosed in square brackets, as in the
 
     <div class="example"><p><code>
       Listen 0.0.0.0:80<br />
-      Listen 192.170.2.1:80
+      Listen 192.0.2.1:80
     </code></p></div>
 
     <p>If your platform supports it and you want Apache to handle IPv4 and 
index ce6d33b25698a6216941c94cf93476d9d2e92b34..c4b86ae01f680ab6171ed18fc2b8b582f1e68863 100644 (file)
@@ -6,10 +6,10 @@
   <relpath>.</relpath>
 
   <variants>
-    <variant>de</variant>
+    <variant htmlonly="yes">de</variant>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
-    <variant outdated="yes">ja</variant>
-    <variant outdated="yes">ko</variant>
+    <variant htmlonly="yes">fr</variant>
+    <variant htmlonly="yes">ja</variant>
+    <variant htmlonly="yes">ko</variant>
   </variants>
 </metafile>
index b00cd1e8461edec209ca59212b8726c8650190cd..b2024f240917ff1d765f442e1755984e10e056ec 100644 (file)
@@ -90,13 +90,13 @@ accepting requests on network sockets</td></tr>
       <dd>uses the <code>flock(2)</code> system call to lock the
       file defined by the optional <var>/path/to/lockfile</var>
       parameter. One can also use the <code class="directive"><a href="#lockfile">LockFile</a></code> directive to specify the lockfile,
-      although this is depreciated.</dd>
+      although this is deprecated.</dd>
 
       <dt><code>fcntl&lt;<var>:/path/to/lockfile</var>&gt;</code></dt>
       <dd>uses the <code>fcntl(2)</code> system call to lock the
       file defined by the optional <var>/path/to/lockfile</var>
       parameter. One can also use the <code class="directive"><a href="#lockfile">LockFile</a></code> directive to specify the lockfile,
-      although this is depreciated.</dd>
+      although this is deprecated.</dd>
 
       <dt><code>file&lt;<var>:/path/to/lockfile</var>&gt;</code></dt>
       <dd>This directive tells Apache to pick the "best" file locking
@@ -371,7 +371,7 @@ The <var>protocol</var> argument was added in 2.1.5</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="LockFile" id="LockFile">LockFile</a> <a name="lockfile" id="lockfile">Directive</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Location of the accept serialization lock file <em>(depreciated)</em></td></tr>
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Location of the accept serialization lock file <em>(deprecated)</em></td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LockFile <var>filename</var></code></td></tr>
 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>LockFile logs/accept.lock</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
@@ -394,8 +394,8 @@ The <var>protocol</var> argument was added in 2.1.5</td></tr>
       creating a lockfile with the same name as the one the server will try
       to create.</p>
     </div>
-    <div class="warning"><h3>Depreciated</h3>
-      <p>This directive is depreciated. It is strongly suggested that
+    <div class="warning"><h3>Deprecated</h3>
+      <p>This directive is deprecated. It is strongly suggested that
       you use <code class="directive"><a href="#acceptmutex">AcceptMutex</a></code> to
       specify both the mutex locking implementation as well as
       the lockfile location.</p>