This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=4f31d8472e9487b6cde5bb3caab1baed9335d2d6 commit 4f31d8472e9487b6cde5bb3caab1baed9335d2d6 Author: Guillem Jover <[email protected]> AuthorDate: Tue May 12 03:13:25 2020 +0200 man: Balance font markup In some cases these have implied text not getting their correct font markup in the output. In some others it has not been a problem, but will help with the man to POD conversion. --- debian/changelog | 1 + man/deb-postrm.man | 2 +- man/dpkg-shlibdeps.man | 2 +- man/dpkg-source.man | 8 ++++---- man/dpkg.man | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 778458c57..589268106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -79,6 +79,7 @@ dpkg (1.20.1) UNRELEASED; urgency=medium Reported by Jakub Wilk <[email protected]>. - man: Place description of override value column on its own paragraph. - man: Surround markup within verbatim blocks with .nf/.fi. + - man: Balance font markup. * Code internals: - Use $() in shell or qx() in perl instead of ``. - dpkg-split: Switch part number variables from unsigned int to int. diff --git a/man/deb-postrm.man b/man/deb-postrm.man index f52808c94..2a9abc96d 100644 --- a/man/deb-postrm.man +++ b/man/deb-postrm.man @@ -40,7 +40,7 @@ After the package was purged. \fIold-postrm\fP \fBupgrade\fP \fInew-version\fP After the package was upgraded. .TP -\fInew-postrm\fI \fBfailed-upgrade\fP \fIold-version new-version\fP +\fInew-postrm\fP \fBfailed-upgrade\fP \fIold-version\fP \fInew-version\fP If the above \fBupgrade\fP call fails. .TP \fIpostrm\fP \fBdisappear\fP \fIoverwriter-package\fP \fIoverwriter-version\fP diff --git a/man/dpkg-shlibdeps.man b/man/dpkg-shlibdeps.man index 70d92fe69..8c3fae2a3 100644 --- a/man/dpkg-shlibdeps.man +++ b/man/dpkg-shlibdeps.man @@ -309,7 +309,7 @@ RPATH so that the dynamic loader finds it. In that case, the library is broken and needs to be fixed. .TP .BI "package could avoid a useless dependency if " binary " was not linked against " library " (it uses none of the library's symbols)" -None of the \fIbinaries\fP that are linked with \fPlibrary\fP use any of the +None of the \fIbinaries\fP that are linked with \fIlibrary\fP use any of the symbols provided by the library. By fixing all the binaries, you would avoid the dependency associated to this library (unless the same dependency is also generated by another library that is really used). diff --git a/man/dpkg-source.man b/man/dpkg-source.man index e98171ad6..30e6a94de 100644 --- a/man/dpkg-source.man +++ b/man/dpkg-source.man @@ -92,7 +92,7 @@ for an extensive description of the various source package formats. .TP .RI "\fB\-\-print\-format\fP " directory Print the source format that would be used to build the source package if -\fBdpkg\-source \-\-build \fIdirectory\fR was called (in the same conditions +\fBdpkg\-source \-\-build\fP \fIdirectory\fR was called (in the same conditions and with the same parameters; since dpkg 1.15.5). .TP @@ -775,14 +775,14 @@ all changes can be represented with patches: they can only alter the content of plain text files. If you try replacing a file with something of a different type (for example replacing a plain file with a symlink or a directory), you will get this error message. -.SS newly created empty file \fIfile\fB will not be represented in diff +.SS newly created empty file \fIfile\fP will not be represented in diff Empty files can't be created with patch files. Thus this change is not recorded in the source package and you are warned about it. -.SS executable mode \fIperms\fB of \fIfile\fB will not be represented in diff +.SS executable mode \fIperms\fP of \fIfile\fP will not be represented in diff Patch files do not record permissions of files and thus executable permissions are not stored in the source package. This warning reminds you of that fact. -.SS special mode \fIperms\fB of \fIfile\fB will not be represented in diff +.SS special mode \fIperms\fP of \fIfile\fP will not be represented in diff Patch files do not record permissions of files and thus modified permissions are not stored in the source package. This warning reminds you of that fact. diff --git a/man/dpkg.man b/man/dpkg.man index 74804c86e..5401cf39c 100644 --- a/man/dpkg.man +++ b/man/dpkg.man @@ -522,7 +522,7 @@ installed package depended on the removed package. Specifying this option will cause automatic deconfiguration of the package which depended on the removed package. .TP -\fB\-D\fIoctal\fP, \fB\-\-debug=\fP\fIoctal\fP +\fB\-D\fP\fIoctal\fP, \fB\-\-debug=\fP\fIoctal\fP Switch debugging on. \fIoctal\fP is formed by bitwise-oring desired values together from the list below (note that these values may change in future releases). \fB\-Dh\fP or \fB\-\-debug=help\fP display these -- Dpkg.Org's dpkg

