[system-administrators-guide] markup and article usage

stephenw stephenw at fedoraproject.org
Mon Dec 1 22:07:45 UTC 2014


commit 743e5a86b7fc891d441711f175d85aab3ddb6eed
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Mon Dec 1 23:07:04 2014 +0100

    markup and article usage

 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 87cc712..f77adec 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -319,11 +319,11 @@ ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.ta
       <para>
         To stop the running <systemitem class="service">httpd</systemitem> service, type the following at a shell prompt as <systemitem class="username">root</systemitem>:
       </para>
-      <screen>~]# <command>systemctl stop httpd.service</command></screen>
+      <screen>~]#&nbsp;<command>systemctl stop httpd.service</command></screen>
       <para>
-        To prevent the service from starting automatically at the boot time, type:
+        To prevent the service from starting automatically at boot time, type:
       </para>
-      <screen>~]# <command>systemctl disable httpd.service</command>
+      <screen>~]#&nbsp;<command>systemctl disable httpd.service</command>
 rm '/etc/systemd/system/multi-user.target.wants/httpd.service'</screen>
     </section>
     <section id="s3-apache-running-restarting">


More information about the docs-commits mailing list