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

jhradile jhradile at fedoraproject.org
Mon Oct 22 14:30:46 UTC 2012


commit ed4fca21f9c23093f6c84f36449d326df6325c1e
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