]> granicus.if.org Git - apache/commitdiff
Grammar police. (Well, you asked for it. ;) There's still a split
authorCliff Woolley <jwoolley@apache.org>
Tue, 2 Apr 2002 02:38:31 +0000 (02:38 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 2 Apr 2002 02:38:31 +0000 (02:38 +0000)
infinitive in the last sentence, but I don't really believe in that
rule, so...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94372 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 974522a6cc0d89e03df803568f46b93926aeb9f8..ad45e0f16bf23ca654e45070c1fa72d8bc497734 100644 (file)
@@ -383,12 +383,12 @@ the child processes</description>
 <module>prefork</module></modulelist>
 
 <usage>
-    <p>Apache uses a scoreboard to communicate between its children
-    and the parent. Some architectures require a file to facilitate
-    this communication. If left unspecified, Apache first attempts to
-    create the scoreboard entirely in memory (using anonymous shared
-    memory), and failing that will attempt to create the file on disk
-    (using file-based shared memory). Specifying this directive causes
+    <p>Apache uses a scoreboard to communicate between its parent
+    and child processes.  Some architectures require a file to facilitate
+    this communication. If the file is left unspecified, Apache first
+    attempts to create the scoreboard entirely in memory (using anonymous
+    shared memory) and, failing that, will attempt to create the file on
+    disk (using file-based shared memory). Specifying this directive causes
     Apache to always create the file on the disk.</p>
 
     <p>File-based shared memory is useful for third-party applications