[system-administrators-guide/17] Corrected a typing error. (BZ#868508)

jhradile jhradile at fedoraproject.org
Mon Oct 22 16:27:30 UTC 2012


commit 14f174e4dcb215967a8a6d69c7e3ad0dc4128e1a
Author: Jaromir Hradilek <jhradilek at redhat.com>
Date:   Mon Oct 22 13:17:57 2012 +0200

    Corrected a typing error. (BZ#868508)

 en-US/RPM-Checking_Package_Signatures-Fedora.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/RPM-Checking_Package_Signatures-Fedora.xml b/en-US/RPM-Checking_Package_Signatures-Fedora.xml
index 78e0382..a9e2167 100644
--- a/en-US/RPM-Checking_Package_Signatures-Fedora.xml
+++ b/en-US/RPM-Checking_Package_Signatures-Fedora.xml
@@ -9,7 +9,7 @@
     <primary>RPM</primary>
     <secondary>md5sum</secondary>
   </indexterm>
-  <para>If you wish to verify that a package has not been corrupted or tampered with, you can examine just the md5sum by entering this command at the shell prompt: (where <replaceable>&lt;rpm_file&gt;</replaceable> is the file name of the RPM package):</para>
+  <para>If you wish to verify that a package has not been corrupted or tampered with, you can examine just the md5sum by entering this command at the shell prompt (where <replaceable>&lt;rpm_file&gt;</replaceable> is the file name of the RPM package):</para>
   <screen>
 <command>rpm -K --nosignature <replaceable>&lt;rpm_file&gt;</replaceable>
     </command>


More information about the docs-commits mailing list