Fix apt_preferences(5) example to match text
authorMatt Zimmerman <matt.zimmerman@canonical.com>
Tue, 23 Nov 2004 20:03:17 +0000 (20:03 +0000)
committerMatt Zimmerman <matt.zimmerman@canonical.com>
Tue, 23 Nov 2004 20:03:17 +0000 (20:03 +0000)
debian/changelog
doc/apt_preferences.5.xml

index f9c6153..7a287ec 100644 (file)
@@ -3,6 +3,8 @@ apt (0.5.31) unstable; urgency=low
   * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
     (Closes: #281458)
   * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
+  * Fix the example in apt_preferences(5) to match the text
+    (Closes: #222267)
 
  --
 
index 2aacc17..3e50bef 100644 (file)
@@ -192,8 +192,8 @@ and whose release Version number is "<literal>3.0</literal>".</simpara>
 
 <programlisting>
 Package: *
-Pin: release a=unstable, v=3.0
-Pin-Priority: 50
+Pin: release a=stable, v=3.0
+Pin-Priority: 500
 </programlisting>
 </listitem>
 </itemizedlist>