From: Christophe Jaillet Date: Mon, 28 Apr 2014 15:06:22 +0000 (+0000) Subject: Correct typo as spoted in a comment in online doc X-Git-Tag: 2.2.28~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c25c7817338b7581720b3baff30ce7a50c9359;p=thirdparty%2Fapache%2Fhttpd.git Correct typo as spoted in a comment in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1590664 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index 05a6c1ad37c..22d72b6579e 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -219,7 +219,7 @@ error. See above for a method of avoiding this. PID, and should coexist without problem. However, if a configuration directive, third-party module or persistent CGI utilises any other on-disk lock or state files, care should be taken to ensure that multiple running - instances of httpd do not clobber each others files.

+ instances of httpd do not clobber each other's files.

You should also be wary of other potential race conditions, such as using rotatelogs style piped logging. Multiple running diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index 8cc7e4370f3..2a999997cbd 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -220,7 +220,7 @@ error. See above for a method of avoiding this. PID, and should coexist without problem. However, if a configuration directive, third-party module or persistent CGI utilises any other on-disk lock or state files, care should be taken to ensure that multiple running - instances of httpd do not clobber each others files.

+ instances of httpd do not clobber each other's files.

You should also be wary of other potential race conditions, such as using rotatelogs style piped logging. Multiple running