]> granicus.if.org Git - apache/commitdiff
Reviewed by: Brian Behlendorf
authorbrian <brian@unknown>
Sun, 22 Dec 1996 04:56:00 +0000 (04:56 +0000)
committerbrian <brian@unknown>
Sun, 22 Dec 1996 04:56:00 +0000 (04:56 +0000)
Submitted by: Martin Kraemer

Typographical fixes.

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

docs/manual/mod/core.html

index 91be55beb1324ad96b60005ba53cd952e5654279..8b12f980bb53ca9cc9a22a4afa062ba99d4bc3a0 100644 (file)
@@ -451,7 +451,7 @@ server. Some admins use user <code>nobody</code>, but this is not always
 possible or desirable.<p>
 
 Note: if you start the server as a non-root user, it will fail to change
-to the specified, and will instead continue to run as the group of the
+to the specified group, and will instead continue to run as the group of the
 original user. <p>
 
 Special note: Use of this directive in &lt;VirtualHost&gt; requires a
@@ -472,7 +472,7 @@ for each connection, where the client machine runs identd or something similar.
 This information is logged in the access log. <em>Boolean</em> is either
 <code>on</code> or <code>off</code>.<p>
 
-The information should not trusted in any way except for rudimentary usage
+The information should not be trusted in any way except for rudimentary usage
 tracking.<p><hr>
 
 <A NAME="ifmodule"><H2>&lt;IfModule&gt;</H2></A>
@@ -885,7 +885,7 @@ httpd.conf file. <em>Filename</em> is relative to the
 This feature can be disabled using:
 <blockquote><code>ResourceConfig /dev/null</code></blockquote>
 Historically, this file contained most directives except for server
-configuration directives and <A HREF="#directory">&lt;Directory&gt;</A>.
+configuration directives and <A HREF="#directory">&lt;Directory&gt;</A>
 sections; in fact it can now contain any server directive allowed in the
 <em>server config</em> context.<p>