Преглед изворни кода

Fix apt_preferences(5) example to match text

Matt Zimmerman пре 21 година
родитељ
комит
0493db1e1f
2 измењених фајлова са 4 додато и 2 уклоњено
  1. 2 0
      debian/changelog
  2. 2 2
      doc/apt_preferences.5.xml

+ 2 - 0
debian/changelog

@@ -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)
 
  --
 

+ 2 - 2
doc/apt_preferences.5.xml

@@ -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>