diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 04:40:48 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 04:40:48 +0200 |
commit | 2b9b27c395d75a0c06e7eca65746e5567e459dac (patch) | |
tree | 1924767c38949beb45a7ca61cd208e02579b5e7c /doc/apt_preferences.5.xml | |
parent | 527df5a20dbe8ce98fcbf1ffe28bb37ff2257a97 (diff) |
in <term> mark all options with <option> and mark <term><option>
as untranslated for po4a removing ~200 unless "translateable" strings
Diffstat (limited to 'doc/apt_preferences.5.xml')
-rw-r--r-- | doc/apt_preferences.5.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml index f08f92b94..b6de039c6 100644 --- a/doc/apt_preferences.5.xml +++ b/doc/apt_preferences.5.xml @@ -287,6 +287,7 @@ Pin: release n=karmic* Pin-Priority: 990 </programlisting> +<para> If a regular expression occurs in a <literal>Package</literal> field, the behavior is the same as if this regular expression were replaced with a list of all package names it matches. It is undecided whether @@ -295,7 +296,7 @@ pins first, so later specific pins override it. The pattern "<literal>*</literal>" in a Package field is not considered a glob() expression in itself. - +</para> </refsect2> |