install-guide/F-8/en_US upgrading.xml,1.1,1.2

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Jan 2 22:09:18 UTC 2008


Author: pfrields

Update of /cvs/docs/install-guide/F-8/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4109

Modified Files:
	upgrading.xml 
Log Message:
Fix command syntax (#427055)



Index: upgrading.xml
===================================================================
RCS file: /cvs/docs/install-guide/F-8/en_US/upgrading.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- upgrading.xml	13 Nov 2007 13:56:06 -0000	1.1
+++ upgrading.xml	2 Jan 2008 22:09:16 -0000	1.2
@@ -64,7 +64,7 @@
       this way, make a list of your system's current packages for later
       reference:</para>
 
-    <screen><command><![CDATA[rpm -qa --qf '%{NAME} %{VERSION}-%{RELEASE} %{ARCH} > ~/old-pkglist.txt']]></command></screen>
+    <screen><command><![CDATA[rpm -qa --qf '%{NAME} %{VERSION}-%{RELEASE} %{ARCH}\n' > ~/old-pkglist.txt]]></command></screen>
 
     <para>After installation, consult this list to discover which
       packages you may need to rebuild or retrieve from non-&DISTRO;




More information about the Fedora-docs-commits mailing list