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=a5f5dc83a002db0150dff9bc379c2c47ead91413 commit a5f5dc83a002db0150dff9bc379c2c47ead91413 Author: Guillem Jover <[email protected]> AuthorDate: Tue Aug 26 02:23:41 2025 +0200 man: Match plural forms in parentheticals in dpkg-buildflags(1) Reported-by: Helge Kreutzmann <[email protected]> --- man/dpkg-buildflags.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/dpkg-buildflags.pod b/man/dpkg-buildflags.pod index b96bb95f6..d31465bfb 100644 --- a/man/dpkg-buildflags.pod +++ b/man/dpkg-buildflags.pod @@ -973,13 +973,13 @@ User configuration file. =item B<%PKGDATADIR%/buildflags.mk> -Makefile snippet that loads (and optionally export) all flags +Makefile snippet that loads (and optionally exports) all flags supported by B<dpkg-buildflags> into variables (since dpkg 1.16.1). =item B<%PKGDATADIR%/buildtools.mk> Makefile snippet that sets suitable host and build tools -(and optionally export them) into variables (since dpkg 1.19.0). +(and optionally exports them) into variables (since dpkg 1.19.0). =back -- Dpkg.Org's dpkg

