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

Bug#783343: apt_preferences(5) says "Pin: release n=experimental" but it should be a=experimental



Package: apt
Version: 1.0.9.7
Severity: normal
Tags: patch

Hi,

the man page apt_preferences(5) suggests that to pin a package from
experimental one should write:

	Pin: release n=experimental

But this is incorrect and it should instead say:

	Pin: release a=experimental

Patch attached.

cheers, josch
>From f989cdaab66ed8c881bcce779795249ae8b17eb0 Mon Sep 17 00:00:00 2001
From: josch <j.schauer@email.de>
Date: Sun, 26 Apr 2015 09:58:05 +0200
Subject: [PATCH] doc/apt_preferences.5.xml: s/n=experimental/a=experimental/

---
 doc/apt_preferences.5.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml
index 16e6a7a..5ea59bf 100644
--- a/doc/apt_preferences.5.xml
+++ b/doc/apt_preferences.5.xml
@@ -267,7 +267,7 @@ expression surrounded by slashes).
 
 <programlisting>
 Package: gnome* /kde/
-Pin: release n=experimental
+Pin: release a=experimental
 Pin-Priority: 500
 </programlisting>
 
-- 
2.1.4


Reply to: