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=ffe80f6c5f8984782cf9800b0b14b5cc20abf505 commit ffe80f6c5f8984782cf9800b0b14b5cc20abf505 Author: Peter Krefting <[email protected]> AuthorDate: Wed Mar 30 23:46:22 2022 +0200 man: Fix typo Ref: #1008706 Signed-off-by: Guillem Jover <[email protected]> --- man/dpkg.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/dpkg.pod b/man/dpkg.pod index d1f2cbbd9..e6abd3d3f 100644 --- a/man/dpkg.pod +++ b/man/dpkg.pod @@ -50,7 +50,7 @@ packages are particularly inadequate. B<dpkg> is a medium-level tool to install, build, remove and manage Debian packages. The primary and more user-friendly front-end for B<dpkg> -as a CLI (command-line interface) is B<apt>(8> and +as a CLI (command-line interface) is B<apt>(8) and as a TUI (terminal user interface) is B<aptitude>(8). B<dpkg> itself is controlled entirely via command line parameters, which consist of exactly -- Dpkg.Org's dpkg

