summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason S. Lingohr <jsl@apache.org>2005-08-01 06:18:18 +0200
committerJason S. Lingohr <jsl@apache.org>2005-08-01 06:18:18 +0200
commit53a7062023580b052418aef05eefc969b7fb38e3 (patch)
tree10126888827c87afaf4956fa5aca2cae918da67e
parent* modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): Replace (diff)
downloadapache2-53a7062023580b052418aef05eefc969b7fb38e3.tar.xz
apache2-53a7062023580b052418aef05eefc969b7fb38e3.zip
Nitpick; changed for consistency.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@226737 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/suexec.html.en4
-rw-r--r--docs/manual/suexec.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en
index c002472152..884de239e4 100644
--- a/docs/manual/suexec.html.en
+++ b/docs/manual/suexec.html.en
@@ -27,7 +27,7 @@
Apache users the ability
to run <strong>CGI</strong> and <strong>SSI</strong> programs
under user IDs different from the user ID of the calling
- web-server. Normally, when a CGI or SSI program executes, it
+ web server. Normally, when a CGI or SSI program executes, it
runs as the same user who is running the web server.</p>
<p>Used properly, this feature can reduce
@@ -464,7 +464,7 @@
filesystem permissions to ensure that only the group Apache
runs as may execute suEXEC.</p>
- <p>If for example, your web-server is configured to run as:</p>
+ <p>If for example, your web server is configured to run as:</p>
<div class="example"><p><code>
User www<br />
diff --git a/docs/manual/suexec.xml b/docs/manual/suexec.xml
index b007d0fddd..875960dfc2 100644
--- a/docs/manual/suexec.xml
+++ b/docs/manual/suexec.xml
@@ -29,7 +29,7 @@
Apache users the ability
to run <strong>CGI</strong> and <strong>SSI</strong> programs
under user IDs different from the user ID of the calling
- web-server. Normally, when a CGI or SSI program executes, it
+ web server. Normally, when a CGI or SSI program executes, it
runs as the same user who is running the web server.</p>
<p>Used properly, this feature can reduce
@@ -455,7 +455,7 @@
filesystem permissions to ensure that only the group Apache
runs as may execute suEXEC.</p>
- <p>If for example, your web-server is configured to run as:</p>
+ <p>If for example, your web server is configured to run as:</p>
<example>
User www<br />