From a93b4443c18ee211691f7b336b161fea7d1df699 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 26 Nov 2019 12:01:42 +0100 Subject: patterns: Add ?section --- doc/apt-patterns.7.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index 04f97e878..219d2c209 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -135,6 +135,9 @@ ?origin(REGEX) Selects versions that come from the origin that matches the specified regular expression. Origin, here, means the values after o= in apt-cache policy. + ?section(REGEX) + Selects versions where the section matches the specified regular expression. + ?source-package(REGEX) Selects versions where the source package name matches the specified regular expression. -- cgit v1.2.3