diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-23 20:03:17 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-23 20:03:17 +0000 |
commit | 0493db1e1f4c80f1cba1ba277ccb2c11722bfff7 (patch) | |
tree | b78b6f6951b17a7ae5b7d9f9addfd8f79802961c | |
parent | 4c84979cdf25207789a04e7a4bfdff71e4ea92e4 (diff) |
Fix apt_preferences(5) example to match text
-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> |