From 403c0b9e53c05d94bb272d7c4459ea61dc08b7f8 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 13 Apr 2010 11:05:19 +0000 Subject: [PATCH] Trivial grammatical tweak. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933544 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 c9f7068d4d..a62976333a 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -217,7 +217,7 @@ syntax error(s). 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 d930ed086d..87147e6bb7 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -220,7 +220,7 @@ syntax error(s). 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.40.0