From: Noirin Plunkett
Date: Tue, 6 Mar 2007 19:11:05 +0000 (+0000)
Subject: Tidying up
X-Git-Tag: 2.3.0~1892
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33539c998818e0df1e5dbf9490d1854b72a244fd;p=apache
Tidying up
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515254 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en
index 2e30b9e032..47597343cc 100644
--- a/docs/manual/bind.html.en
+++ b/docs/manual/bind.html.en
@@ -72,8 +72,8 @@
and port 8080 on another, use
- Listen 192.170.2.1:80
- Listen 192.170.2.5:8000
+ Listen 192.0.2.1:80
+ Listen 192.0.2.5:8000
IPv6 addresses must be enclosed in square brackets, as in the
@@ -119,7 +119,7 @@
Listen 0.0.0.0:80
- Listen 192.170.2.1:80
+ Listen 192.0.2.1:80
If your platform supports it and you want Apache to handle IPv4 and
diff --git a/docs/manual/bind.xml.meta b/docs/manual/bind.xml.meta
index ce6d33b256..c4b86ae01f 100644
--- a/docs/manual/bind.xml.meta
+++ b/docs/manual/bind.xml.meta
@@ -6,10 +6,10 @@
.
- de
+ de
en
- fr
- ja
- ko
+ fr
+ ja
+ ko
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index b00cd1e846..b2024f2409 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -90,13 +90,13 @@ accepting requests on network sockets
uses the flock(2)
system call to lock the
file defined by the optional /path/to/lockfile
parameter. One can also use the LockFile
directive to specify the lockfile,
- although this is depreciated.
+ although this is deprecated.
fcntl<:/path/to/lockfile>
uses the fcntl(2)
system call to lock the
file defined by the optional /path/to/lockfile
parameter. One can also use the LockFile
directive to specify the lockfile,
- although this is depreciated.
+ although this is deprecated.
file<:/path/to/lockfile>
This directive tells Apache to pick the "best" file locking
@@ -371,7 +371,7 @@ The protocol argument was added in 2.1.5
-Description: | Location of the accept serialization lock file (depreciated) |
+Description: | Location of the accept serialization lock file (deprecated) |
Syntax: | LockFile filename |
Default: | LockFile logs/accept.lock |
Context: | server config |
@@ -394,8 +394,8 @@ The protocol argument was added in 2.1.5
creating a lockfile with the same name as the one the server will try
to create.
- Depreciated
-
This directive is depreciated. It is strongly suggested that
+
Deprecated
+
This directive is deprecated. It is strongly suggested that
you use AcceptMutex
to
specify both the mutex locking implementation as well as
the lockfile location.