[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#613689: apt: Incorrect example in french man page of apt_preferences



Package: apt
Version: 0.8.11.1
Severity: normal
File: /usr/share/man/fr/man5/apt_preferences.5.gz

The french manual give as an example:

Package: *
Pin: release a=sid
Pin-Priority: 800

when the English manual give:

Package: *
Pin: release n=sid
Pin-Priority: 800

which is correct.

The following patch applied to the french manual solve this:

--- apt_preferences.orig.5      2011-02-16 17:33:15.326298000 +0100
+++ apt_preferences.new.5       2011-02-16 17:33:44.802298000 +0100
@@ -733,7 +733,7 @@
 
 Explanation: Debian unstable porte toujours le nom sid
 Package: *
-Pin: release a=sid
+Pin: release n=sid
 Pin\-Priority: 800
 
 Package: *

 
-- 
Rémi Vanicat



Reply to: