[deployment-guide/comm-rel: 579/727] fixed minor tag bugs

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:13:41 UTC 2010


commit 7356d4abec33227fd9bde4153b6164fb1bf1c716
Author: Martin Prpic <mprpic at redhat.com>
Date:   Fri Sep 3 16:55:57 2010 +0200

    fixed minor tag bugs

 en-US/ABRT.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/en-US/ABRT.xml b/en-US/ABRT.xml
index cf2cae8..f5bf7fb 100644
--- a/en-US/ABRT.xml
+++ b/en-US/ABRT.xml
@@ -417,12 +417,12 @@ Starting abrt daemon:                                      [  OK  ]</screen>
       </listitem>
       <listitem>
         <para>
-          It queries <application>Yum</application> to determine which <command>debuginfo</command> packages correspond to all the files extracted from the crash dump. This is the first potentially slow operation. <application>Yum</application> may need to refresh the <parameter>filelists</parameter> of various repositories in order to find the correct package names. This process may take up to few minutes. 
+          It queries <application>Yum</application> to determine which <package>debuginfo</package> packages correspond to all the files extracted from the crash dump. This is the first potentially slow operation. <application>Yum</application> may need to refresh the <parameter>filelists</parameter> of various repositories in order to find the correct package names. This process may take up to few minutes. 
         </para>
       </listitem>
       <listitem>
         <para>
-          It downloads the needed <command>debuginfo</command> packages, and extracts and saves the <command>debuginfo</command> files. In order to speed up future backtrace generation, <command>debuginfo</command> files are cached in the <filename>/var/cache/abrt-di</filename> directory. 
+          It downloads the needed <package>debuginfo</package> packages, and extracts and saves the <command>debuginfo</command> files. In order to speed up future backtrace generation, <command>debuginfo</command> files are cached in the <filename>/var/cache/abrt-di</filename> directory. 
         </para>
       </listitem>
       <listitem>
@@ -447,17 +447,17 @@ Starting abrt daemon:                                      [  OK  ]</screen>
       </listitem>
       <listitem>
         <para>
-          <command>InstallDebugInfo = <replaceable>&lt;yes/no&gt;</replaceable></command> — Enables/Disables the installation of <command>debuginfo</command> packages (useful if your network is not available or it is firewalled).
+          <command>InstallDebugInfo = <replaceable>&lt;yes/no&gt;</replaceable></command> — Enables/Disables the installation of <package>debuginfo</package> packages (useful if your network is not available or it is firewalled).
         </para>
       </listitem>
       <listitem>
         <para>
-          <command>ReadonlyLocalDebugInfoDirs = /path1:/path2:...</command> — Specifies the paths of local repositories (available, for example, through a network mount) that contain pre-downloaded <command>debuginfo</command> packages. 
+          <command>ReadonlyLocalDebugInfoDirs = /path1:/path2:...</command> — Specifies the paths of local repositories (available, for example, through a network mount) that contain pre-downloaded <package>debuginfo</package> packages. 
         </para>
       </listitem>
       <listitem>
         <para>
-          <command>DebugInfoCacheMB = <constant>4000</constant></command> — Specifies the maximum size of the cached <command>debuginfo</command> packages in the <filename>/var/cache/abrt-di</filename> directory.
+          <command>DebugInfoCacheMB = <constant>4000</constant></command> — Specifies the maximum size of the cached <package>debuginfo</package> packages in the <filename>/var/cache/abrt-di</filename> directory.
         </para>
       </listitem>
     </itemizedlist>


More information about the docs-commits mailing list