[deployment-guide: 3/185] Changed the order of certain subsections.

Jaromir Hradilek jhradile at fedoraproject.org
Sun May 15 21:10:13 UTC 2011


commit 86088674576cf533f336a1692218bda62750437a
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Dec 6 20:46:35 2010 +0100

    Changed the order of certain subsections.

 en-US/Controlling_Access_to_Services.xml |   50 +++++++++++++++---------------
 1 files changed, 25 insertions(+), 25 deletions(-)
---
diff --git a/en-US/Controlling_Access_to_Services.xml b/en-US/Controlling_Access_to_Services.xml
index 1b4bbc6..d6fb75a 100644
--- a/en-US/Controlling_Access_to_Services.xml
+++ b/en-US/Controlling_Access_to_Services.xml
@@ -554,31 +554,6 @@ Password: </screen>
         If you are running a graphical user interface, you can also use the <application>Service Configuration</application> utility. See <xref linkend="s2-services-serviceconf" /> for more information.
       </para>
     </note>
-    <section id="s3-services-running-running">
-      <title>Running the Service</title>
-      <para>
-        To run the service, type <command>service <replaceable>&lt;service_name&gt;</replaceable> start</command>. For example:
-      </para>
-      <screen>~]# <command>service httpd start</command>
-Starting httpd:                                            [  OK  ]</screen>
-    </section>
-    <section id="s3-services-running-stopping">
-      <title>Stopping the Service</title>
-      <para>
-        To stop the service, type <command>service <replaceable>&lt;service_name&gt;</replaceable> stop</command>. For example:
-      </para>
-      <screen>~]# <command>service httpd stop</command>
-Stopping httpd:                                            [  OK  ]</screen>
-    </section>
-    <section id="s3-services-running-restarting">
-      <title>Restarting the Service</title>
-      <para>
-        To restart the service, type <command>service <replaceable>&lt;service_name&gt;</replaceable> restart</command>. For example:
-      </para>
-      <screen>~]# <command>service httpd restart</command>
-Stopping httpd:                                            [  OK  ]
-Starting httpd:                                            [  OK  ]</screen>
-    </section>
     <section id="s3-services-running-checking">
       <title>Checking the Service Status</title>
       <para>
@@ -606,6 +581,31 @@ cpuspeed is stopped
 wpa_supplicant (pid  1227) is running...</screen>
       </example>
     </section>
+    <section id="s3-services-running-running">
+      <title>Running the Service</title>
+      <para>
+        To run the service, type <command>service <replaceable>&lt;service_name&gt;</replaceable> start</command>. For example:
+      </para>
+      <screen>~]# <command>service httpd start</command>
+Starting httpd:                                            [  OK  ]</screen>
+    </section>
+    <section id="s3-services-running-stopping">
+      <title>Stopping the Service</title>
+      <para>
+        To stop the service, type <command>service <replaceable>&lt;service_name&gt;</replaceable> stop</command>. For example:
+      </para>
+      <screen>~]# <command>service httpd stop</command>
+Stopping httpd:                                            [  OK  ]</screen>
+    </section>
+    <section id="s3-services-running-restarting">
+      <title>Restarting the Service</title>
+      <para>
+        To restart the service, type <command>service <replaceable>&lt;service_name&gt;</replaceable> restart</command>. For example:
+      </para>
+      <screen>~]# <command>service httpd restart</command>
+Stopping httpd:                                            [  OK  ]
+Starting httpd:                                            [  OK  ]</screen>
+    </section>
   </section>
   <section id="s1-services-additional-resources">
     <title>Additional Resources</title>


More information about the docs-commits mailing list