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=f2407763ce5198f29281b7524a55ce32cb56ad2e commit f2407763ce5198f29281b7524a55ce32cb56ad2e Author: Guillem Jover <[email protected]> AuthorDate: Mon May 20 00:42:23 2024 +0200 doc: Fix casing after admonition In documentation, uppercase the admonition and the first word after the colon. In output from programs, lowercase both the admonition and the first word after the colon. --- dselect/methods/ftp/setup.pl | 2 +- man/dpkg-buildflags.pod | 4 ++-- man/dpkg-query.pod | 2 +- man/update-alternatives.pod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dselect/methods/ftp/setup.pl b/dselect/methods/ftp/setup.pl index b9e8e273f..888291b87 100755 --- a/dselect/methods/ftp/setup.pl +++ b/dselect/methods/ftp/setup.pl @@ -135,7 +135,7 @@ sub download() { } } if( !$got_pkgfile) { - print "Warning: Could not find a Packages file in $dir\n", + print "warning: could not find a Packages file in $dir\n", "This may not be a problem if the directory is a symbolic link\n"; $problem = 1; } diff --git a/man/dpkg-buildflags.pod b/man/dpkg-buildflags.pod index c3482e879..3bbec380e 100644 --- a/man/dpkg-buildflags.pod +++ b/man/dpkg-buildflags.pod @@ -551,7 +551,7 @@ B<LDFLAGS> set to B<-Wl,-z,deb-canary->I<random-id>. Several compile-time options (detailed below) can be used to help optimize a resulting binary (since dpkg 1.21.0). -B<Note>: enabling B<all> these options can result in unreproducible binary +B<Note>: Enabling B<all> these options can result in unreproducible binary artifacts. =over @@ -570,7 +570,7 @@ B<FFLAGS>, B<FCFLAGS> and B<LDFLAGS>. Several compile-time options (detailed below) can be used to help sanitize a resulting binary against memory corruptions, memory leaks, use after free, threading data races and undefined behavior bugs. -B<Note>: these options should B<not> be used for production builds +B<Note>: These options should B<not> be used for production builds as they can reduce reliability for conformant code, reduce security or even functionality. diff --git a/man/dpkg-query.pod b/man/dpkg-query.pod index 598beed68..e45d8bf92 100644 --- a/man/dpkg-query.pod +++ b/man/dpkg-query.pod @@ -186,7 +186,7 @@ List paths for control files installed to your system from I<package-name> If I<control-file> is specified then only list the path for that control file if it is present. -B<Warning>: this command is deprecated as it gives direct access to the +B<Warning>: This command is deprecated as it gives direct access to the internal dpkg database, please switch to use B<--control-list> and B<--control-show> instead for all cases where those commands might give the same end result. diff --git a/man/update-alternatives.pod b/man/update-alternatives.pod index 99c0e89de..597d2a00f 100644 --- a/man/update-alternatives.pod +++ b/man/update-alternatives.pod @@ -91,7 +91,7 @@ B<postinst> (configure) to install the alternative and from B<prerm> and B<postrm> (remove) to remove the alternative. -B<Note>: in most (if not all) cases no other maintainer script actions should +B<Note>: In most (if not all) cases no other maintainer script actions should call B<update-alternatives>, in particular neither of B<upgrade> nor B<disappear>, as any other such action can lose the manual state of an alternative, or make the alternative temporarily flip-flop, or completely -- Dpkg.Org's dpkg

