[deployment-guide: 169/185] Yum: Standardize admonitions to be descriptive, use sentence case

Jaromir Hradilek jhradile at fedoraproject.org
Sun May 15 21:25:31 UTC 2011


commit 03bf4897cc5921048d06200d9939e9f118580928
Author: Douglas Silas <dhensley at redhat.com>
Date:   Fri Apr 29 01:10:35 2011 +0200

    Yum: Standardize admonitions to be descriptive, use sentence case

 en-US/Yum.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Yum.xml b/en-US/Yum.xml
index 62eb399..5d6ff08 100644
--- a/en-US/Yum.xml
+++ b/en-US/Yum.xml
@@ -19,7 +19,7 @@
     Learning <application>Yum</application> is a worthwhile investment because it is often the fastest way to perform system administration tasks, and it provides capabilities beyond those provided by the <application>PackageKit</application> graphical package management tools. Refer to <xref linkend="ch-PackageKit" /> for details on using <application>PackageKit</application>.
   </para>
   <note id="note-Note_Yum_and_Superuser_Privileges">
-    <title><application>Yum</application> and superuser privileges</title>
+    <title>Yum and superuser privileges</title>
     <para>
       You must have superuser privileges in order to use <command>yum</command> to install, update or remove packages on your system. All examples in this chapter assume that you have already obtained superuser privileges by using either the <command>su</command> or <command>sudo</command> command.
     </para>
@@ -143,7 +143,7 @@ Is this ok [y/N]:</screen>
         </listitem>
       </orderedlist>
       <important id="important-Important-Updating_and_Installing_Kernels_with_Yum">
-        <title>Updating and installing kernels with <application>Yum</application></title>
+        <title>Updating and installing kernels with Yum</title>
         <para>
           <command>yum</command> always <emphasis>installs</emphasis> a new kernel in the same sense that <application>RPM</application> installs a new kernel when you use the command <command>rpm -i kernel</command>. Therefore, you do not need to worry about the distinction between <emphasis>installing</emphasis> and <emphasis>upgrading</emphasis> a kernel package when you use <command>yum</command>: it will do the right thing, regardless of whether you are using the <command>yum update</command> or <command>yum install</command> command.
         </para>


More information about the docs-commits mailing list