diff options
author | Rich Bowen <rbowen@apache.org> | 2006-06-10 03:51:27 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2006-06-10 03:51:27 +0200 |
commit | fce26376bd2c97111cfe3abfa24d83a252e11f51 (patch) | |
tree | 1e0019145a5081173212dd3f2874743afafea440 | |
parent | * Show how to pass additional arguments to config.nice (diff) | |
download | apache2-fce26376bd2c97111cfe3abfa24d83a252e11f51.tar.xz apache2-fce26376bd2c97111cfe3abfa24d83a252e11f51.zip |
Use the phrase used elsewhere in the documentation "root privileges".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413204 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/install.html.en | 2 | ||||
-rw-r--r-- | docs/manual/install.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 67082fc2c4..6aa0621647 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -287,7 +287,7 @@ $ tar xvf httpd-<em>NN</em>.tar <div class="example"><p><code>$ make install</code></p></div> - <p>This step will typically require root permissions, since + <p>This step will typically require root privileges, since <em>PREFIX</em> is usually a directory with restricted write permissions.</p> diff --git a/docs/manual/install.xml b/docs/manual/install.xml index ecfad842ec..d6673d41fa 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -291,7 +291,7 @@ $ tar xvf httpd-<em>NN</em>.tar <example>$ make install</example> - <p>This step will typically require root permissions, since + <p>This step will typically require root privileges, since <em>PREFIX</em> is usually a directory with restricted write permissions.</p> |