[deployment-guide/comm-rel: 462/727] Updated the Running the httpd Service section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:03:41 UTC 2010


commit 4e3fe6ce7caf3df46e72afab479cd95520595752
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Aug 24 10:58:11 2010 +0200

    Updated the Running the httpd Service section.

 en-US/The_Apache_HTTP_Server.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index ba92ac5..96dafe7 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -148,7 +148,7 @@
     </section>
   </section>
   <section id="s1-apache-startstop">
-    <title>Starting the <systemitem class="service">httpd</systemitem> Server</title>
+    <title>Running the <systemitem class="service">httpd</systemitem> Service</title>
     <indexterm>
       <primary><application>Apache HTTP Server</application></primary>
       <secondary><systemitem class="service">httpd</systemitem> service</secondary>
@@ -165,7 +165,7 @@ Starting httpd:                                            [  OK  ]</screen>
       <tertiary>stopping</tertiary>
     </indexterm>
     <para>
-      To stop the running <systemitem class="service">httpd</systemitem> service, use the following command:
+      Similarly, to stop the running service, type:
     </para>
     <screen>~]# <command>service httpd stop</command>
 Stopping httpd:                                            [  OK  ]</screen>
@@ -175,7 +175,7 @@ Stopping httpd:                                            [  OK  ]</screen>
       <tertiary>enabling</tertiary>
     </indexterm>
     <para>
-      Finally, if you want the service to start automatically at the boot time, type:
+      Finally, if you want the service to start automatically at the boot time, use the following command:
     </para>
     <screen>~]# <command>chkconfig httpd on</command></screen>
     <para>


More information about the docs-commits mailing list