From 09c25c7817338b7581720b3baff30ce7a50c9359 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 28 Apr 2014 15:06:22 +0000 Subject: [PATCH] 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 --- docs/manual/stopping.html.en | 2 +- docs/manual/stopping.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3