[deployment-guide/comm-rel: 136/727] Corrected several typing errors.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:35:40 UTC 2010


commit 1af22f401a82833994afa0af82f7c6d45e484e37
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Jul 23 16:03:35 2010 +0200

    Corrected several typing errors.

 en-US/The_sysconfig_Directory.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index ceee097..53cc50b 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -229,7 +229,7 @@
           <term><option>USESMBAUTH=<replaceable>boolean</replaceable></option></term>
           <listitem>
             <para>
-              A boolean to enable (<option>yes</option>) or disable (<option>no</option>) the SMB aithentication. For example:
+              A boolean to enable (<option>yes</option>) or disable (<option>no</option>) the SMB authentication. For example:
             </para>
             <screen>USESMBAUTH=no</screen>
           </listitem>
@@ -264,7 +264,7 @@
         <secondary><filename>/etc/sysconfig/autofs</filename></secondary>
       </indexterm>
       <para>
-        The <filename>/etc/sysconfig/autofs</filename> file defines custom options for the automatic mounting of devices. This file controls the operation of the automount daemons, which automatically mount file systems when you use them and unmount them after a period of inactivity. File systems can include network file systems, CD-ROMs, diskettes, and other media.
+        The <filename>/etc/sysconfig/autofs</filename> file defines custom options for the automatic mounting of devices. This file controls the operation of the automount daemons, which automatically mount file systems when you use them and unmount them after a period of inactivity. File systems can include network file systems, CD-ROM drives, diskettes, and other media.
       </para>
       <para>
         By default, it contains the following options:
@@ -292,7 +292,7 @@
           <term><option>NEGATIVE_TIMEOUT=<replaceable>value</replaceable></option></term>
           <listitem>
             <para>
-              The default negative timeout for unsuccessfull mount attemps. For example:
+              The default negative timeout for unsuccessful mount attempts. For example:
             </para>
             <screen>NEGATIVE_TIMEOUT=60</screen>
           </listitem>
@@ -982,7 +982,7 @@
           <term><option>KEYBOARDTYPE=<replaceable>value</replaceable></option></term>
           <listitem>
             <para>
-              The keybord type. Allowed values are <option>pc</option> (a PS/2 keyboard), or <option>sun</option> (a Sun keyboard). For example:
+              The keyboard type. Allowed values are <option>pc</option> (a PS/2 keyboard), or <option>sun</option> (a Sun keyboard). For example:
             </para>
             <screen>KEYBOARDTYPE="pc"</screen>
           </listitem>
@@ -1165,7 +1165,7 @@
       <warning>
         <title>Warning: Avoid Using Custom Init Scripts</title>
         <para>
-          Do not use custom initscripts to configure network settings. When performing a post-boot network service restart, custom initscripts configuring network settings that are run outside of the network init script lead to unpredictable results.
+          Do not use custom init scripts to configure network settings. When performing a post-boot network service restart, custom init scripts configuring network settings that are run outside of the network init script lead to unpredictable results.
         </para>
       </warning>
     </section>


More information about the docs-commits mailing list