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=78bfe8551c9e9b2eb48e2fb5ad3fa52ef7aa03f0 commit 78bfe8551c9e9b2eb48e2fb5ad3fa52ef7aa03f0 Author: Peter Krefting <[email protected]> AuthorDate: Sat Jan 28 17:53:08 2023 +0100 man: Remove duplicate word in dpkg-buildflags(1) Signed-off-by: Guillem Jover <[email protected]> --- man/dpkg-buildflags.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/dpkg-buildflags.pod b/man/dpkg-buildflags.pod index 7ec5db192..6067d4923 100644 --- a/man/dpkg-buildflags.pod +++ b/man/dpkg-buildflags.pod @@ -183,7 +183,7 @@ the flag is set/modified by an environment-specific configuration. Print any information that can be useful to explain the behaviour of the program: current vendor, relevant environment variables, feature areas, state of all feature flags, whether a feature is handled as a builtin -default by the compiler (since dpkg dpkg 1.21.14), +default by the compiler (since dpkg 1.21.14), and the compiler flags with their origin (since dpkg 1.19.0). For example: -- Dpkg.Org's dpkg

