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=4bec54e58883051ab1c0054362c88c0a53217dd1 commit 4bec54e58883051ab1c0054362c88c0a53217dd1 Author: Guillem Jover <[email protected]> AuthorDate: Fri Oct 20 03:18:21 2023 +0200 man: Fix grammar in dpkg --force-confdef description --- man/dpkg.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/dpkg.pod b/man/dpkg.pod index e66779cd6..5149b12c0 100644 --- a/man/dpkg.pod +++ b/man/dpkg.pod @@ -812,7 +812,7 @@ action is preferred. If a conffile has been modified and the version in the package did change, always choose the default action without prompting. If there is no default action it will stop to ask the user unless B<--force-confnew> or -B<--force-confold> is also been given, in which case it will use +B<--force-confold> is also given, in which case it will use that to decide the final action. =item B<confask>: -- Dpkg.Org's dpkg

