diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/apt_preferences.5.xml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f9c615373..7a287ecb7 100644 --- a/debian/changelog +++ b/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) -- diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml index 2aacc174a..3e50bef8c 100644 --- a/doc/apt_preferences.5.xml +++ b/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> |