This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c690d88c766bd3419d1c88ddcd2f3a20ee98be44 commit c690d88c766bd3419d1c88ddcd2f3a20ee98be44 Author: Guillem Jover <[email protected]> AuthorDate: Tue Aug 26 02:23:41 2025 +0200 man: Use proper L<> markup for man page references Reported-by: Helge Kreutzmann <[email protected]> --- man/deb.pod | 2 +- man/dpkg-query.pod | 6 +++--- man/dpkg.pod | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man/deb.pod b/man/deb.pod index 01d721655..446deffb0 100644 --- a/man/deb.pod +++ b/man/deb.pod @@ -123,7 +123,7 @@ It contains a series of plain files: =item B<control> -Mandatory core control information, in deb822(5) format. +Mandatory core control information, in L<deb822(5)> format. =item B<md5sums> diff --git a/man/dpkg-query.pod b/man/dpkg-query.pod index 7ceec09a2..69239fca2 100644 --- a/man/dpkg-query.pod +++ b/man/dpkg-query.pod @@ -533,9 +533,9 @@ The B<DPKG_PAGER> overrides the B<PAGER> environment variable If none of the programs pointed by B<DPKG_PAGER> or B<PAGER> are present, the following programs will be tried in order (since dpkg 1.22.12): the default pager B<%DPKG_DEFAULT_PAGER%>, -then B<less>, -B<more>, -and finally B<cat>. +then L<less(1)>, +L<more(1)>, +and finally L<cat(1)>. =item B<DPKG_ROOT> diff --git a/man/dpkg.pod b/man/dpkg.pod index f63acab55..16c867725 100644 --- a/man/dpkg.pod +++ b/man/dpkg.pod @@ -1360,9 +1360,9 @@ The B<DPKG_PAGER> overrides the B<PAGER> environment variable If none of the programs pointed by B<DPKG_PAGER> or B<PAGER> are present, the following programs will be tried in order (since dpkg 1.22.12): the default pager B<%DPKG_DEFAULT_PAGER%>, -then B<less>, -B<more>, -and finally B<cat>. +then L<less(1)>, +L<more(1)>, +and finally L<cat(1)>. =item B<DPKG_COLORS> -- Dpkg.Org's dpkg

