[deployment-guide/comm-rel: 4/74] Added references to the new section wherever appropriate.

dsilas dsilas at fedoraproject.org
Tue Jul 6 21:09:15 UTC 2010


commit c271a5d5c39ad05e9e2cb8baffe68bb7b49770ac
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Jun 21 16:07:33 2010 +0200

    Added references to the new section wherever appropriate.

 en-US/Controlling_Access_to_Services.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/en-US/Controlling_Access_to_Services.xml b/en-US/Controlling_Access_to_Services.xml
index e2dde83..c40e604 100644
--- a/en-US/Controlling_Access_to_Services.xml
+++ b/en-US/Controlling_Access_to_Services.xml
@@ -398,7 +398,7 @@ Password: </screen>
           To enable a service, navigate through the list using the <keycap>Up</keycap> and <keycap>Down</keycap> arrows keys, and select it with the <keycap>Spacebar</keycap>. An asterisk (<guilabel>*</guilabel>) should appear in the brackets. Once you are done, use <keycap>Tab</keycap> to navigate to the <guibutton>Ok</guibutton> button, and confirm the changes by pressing <keycap>Enter</keycap>.
         </para>
         <para>
-          Please, keep in mind that <application>ntsysv</application> does not actually run the service. If you need to start the service immediately, use the <command>service <replaceable>&lt;service&gt;</replaceable> start</command> command.
+          Please, keep in mind that <application>ntsysv</application> does not actually run the service. If you need to start the service immediately, use the <command>service</command> command as described in <xref linkend="s3-services-running-running" />.
         </para>
       </section>
       <section id="s3-services-ntsysv-disabling">
@@ -407,7 +407,7 @@ Password: </screen>
           To disable a service, navigate through the list using the <keycap>Up</keycap> and <keycap>Down</keycap> arrows keys, and toggle its status with the <keycap>Spacebar</keycap>. An asterisk (<guilabel>*</guilabel>) in the brackets should disappear. Once you are done, use <keycap>Tab</keycap> to navigate to the <guibutton>Ok</guibutton> button, and confirm the changes by pressing <keycap>Enter</keycap>.
         </para>
         <para>
-          Please, keep in mind that <application>ntsysv</application> does not actually stop the service. If you need to stop the service immediately, use the <command>service <replaceable>&lt;service&gt;</replaceable> stop</command> command.
+          Please, keep in mind that <application>ntsysv</application> does not actually stop the service. If you need to stop the service immediately, use the <command>service</command> command as described in <xref linkend="s3-services-running-stopping" />.
         </para>
       </section>
       <section id="s3-services-ntsysv-selecting">
@@ -487,7 +487,7 @@ rsync           off</screen>
         </para>
         <screen>~]# <command>chkconfig abrtd on --level 35</command></screen>
         <para>
-          The service will be started the next time you enter one of these runlevels. If you need to start the service immediately, use the <command>service <replaceable>&lt;service&gt;</replaceable> start</command> command.
+          The service will be started the next time you enter one of these runlevels. If you need to start the service immediately, use the <command>service</command> command as described in <xref linkend="s3-services-running-running" />.
         </para>
         <para>
           To enable the service that is managed by <application>xinetd</application>, use <command>chkconfig <replaceable>&lt;service&gt;</replaceable> on</command> only, as the <option>--level</option> option is not allowed:
@@ -508,7 +508,7 @@ rsync           off</screen>
         </para>
         <screen>~]# <command>chkconfig abrtd off --level 24</command></screen>
         <para>
-          The service will be stopped the next time you enter one of these runlevels. If you need to stop the service immediately, use the <command>service <replaceable>&lt;service&gt;</replaceable> stop</command> command.
+          The service will be stopped the next time you enter one of these runlevels. If you need to stop the service immediately, use the <command>service</command> command as described in <xref linkend="s3-services-running-stopping" />.
         </para>
         <para>
           To disable the service that is managed by <application>xinetd</application>, use <command>chkconfig <replaceable>&lt;service&gt;</replaceable> off</command> only, as the <option>--level</option> option is not allowed:


More information about the docs-commits mailing list