[networking-guide] master: typos and Title Case (2da15db)

stephenw at fedoraproject.org stephenw at fedoraproject.org
Thu Jul 17 20:29:08 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git

On branch  : master

>---------------------------------------------------------------

commit 2da15dbd77a2d8523ecdaafe74a1362aaa9f676a
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Thu Jul 17 22:28:38 2014 +0200

    typos and Title Case


>---------------------------------------------------------------

 en-US/Configure_Host_Names.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/en-US/Configure_Host_Names.xml b/en-US/Configure_Host_Names.xml
index 8ff5989..63dce5e 100644
--- a/en-US/Configure_Host_Names.xml
+++ b/en-US/Configure_Host_Names.xml
@@ -43,15 +43,15 @@
       </para>
     </section>
   <section id="sec_Set_All_the_Host_Names">
-      <title>Set All The Host Names</title>
+      <title>Set All the Host Names</title>
      <para>
         To set all the host names on a system, enter the following command as <systemitem class="username">root</systemitem>:
         <screen>~]# <command>hostnamectl set-hostname <replaceable>name</replaceable></command></screen>
         This will alter the pretty, static, and transient host names alike. The static and transient host names will be simplified forms of the pretty host name. Spaces will be replaced with <quote><literal>-</literal></quote> and special characters will be removed.
       </para>
     </section>
-         <section id="sec_Set_A_Particular_Host_Name">
-      <title>Set A Particular Host Name</title>
+         <section id="sec_Set_a_Particular_Host_Name">
+      <title>Set a Particular Host Name</title>
       <para>
         To set a particular host name, enter the following command as <systemitem class="username">root</systemitem> with the relevant option:
         <screen>~]# <command>hostnamectl set-hostname <replaceable>name</replaceable> <optional><replaceable>option</replaceable>...</optional></command></screen>
@@ -64,15 +64,15 @@
         <screen>~]$ <command>hostnamectl set-hostname "Stephen's notebook" --pretty</command></screen>
       </para>
     </section>
-             <section id="sec_Clear_A_Particular_Host_Name">
-               <title>Clear A Particular Host Name</title>
+             <section id="sec_Clear_a_Particular_Host_Name">
+               <title>Clear a Particular Host Name</title>
       <para>
         To clear a particular host name and allow it to revert to the default, enter the following command as <systemitem class="username">root</systemitem> with the relevant option:
         <screen>~]# <command>hostnamectl set-hostname <replaceable>""</replaceable> <optional><replaceable>option</replaceable>...</optional></command></screen>
         Where <replaceable>""</replaceable> is a quoted empty string and where <replaceable>option</replaceable> is one or more of: <option>--pretty</option>, <option>--static</option>, and <option>--transient</option>.
       </para>
     </section>
-          <section id="sec_Changing_Host_names_Remotely">
+          <section id="sec_Changing_Host_Names_Remotely">
                <title>Changing Host Names Remotely</title>
       <para>
         To execute a <command>hostnamectl</command> command on a remote system, use the <option>-H, --host</option> option as follows:
@@ -99,7 +99,7 @@
     </listitem>
     <listitem>
       <para>
-        <filename>hostname(1)</filename> man page — Contains an explanation of the <command>hostname</command> and <command>domainname</command> command.
+        <filename>hostname(1)</filename> man page — Contains an explanation of the <command>hostname</command> and <command>domainname</command> commands.
       </para>
     </listitem>
     <listitem>



More information about the docs-commits mailing list