This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=3f12bd45d6f416277012de2a8cd27a68c48eab68 commit 3f12bd45d6f416277012de2a8cd27a68c48eab68 Author: Guillem Jover <[email protected]> AuthorDate: Mon Oct 8 10:51:31 2018 +0200 man: Document the PAGER environment variable usage in dpkg-query(1) When we started making «dpkg-query --list» use a pager, we missed documenting this environment variable. Fixes: commit 05458bb8d50cb3b0f29e53d2a079f2ef874b8f23 --- debian/changelog | 1 + man/dpkg-query.man | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 89cb4b505..8e2e10cbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ dpkg (1.19.2) UNRELEASED; urgency=medium Prompted by Stuart Prescott <[email protected]>. - dpkg(1): Clarify which fields are affected by dependency options. Prompted by James Clarke <[email protected]>. + - dpkg-query(1): Document the PAGER environment variable usage. [ Updated man pages translations ] * German (Helge Kreutzmann). diff --git a/man/dpkg-query.man b/man/dpkg-query.man index 28220b462..992309a9f 100644 --- a/man/dpkg-query.man +++ b/man/dpkg-query.man @@ -318,6 +318,9 @@ memory allocations, etc. . .SH ENVIRONMENT .TP +.B PAGER +Sets the pager program to use (since dpkg 1.19.1). +.TP .B DPKG_ADMINDIR If set and the \fB\-\-admindir\fP option has not been specified, it will be used as the \fBdpkg\fP data directory. -- Dpkg.Org's dpkg

