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=51c76ae213b34bc81eac55c35e1c7025ba5ca940 commit 51c76ae213b34bc81eac55c35e1c7025ba5ca940 Author: Guillem Jover <[email protected]> AuthorDate: Tue May 12 03:13:49 2020 +0200 man: Reword text to reduce length in verbatim code block --- debian/changelog | 1 + man/deb-changelog.man | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dcebc240d..60321a943 100644 --- a/debian/changelog +++ b/debian/changelog @@ -70,6 +70,7 @@ dpkg (1.20.1) UNRELEASED; urgency=medium - man: Fix indentation for a note admonition in dpkg-scansources(1). - man: Document that a 3.0 (quilt) patch cannot create or modify symlinks. Thanks to Johannes Schauer <[email protected]>. + - man: Reword text to reduce length in verbatim code block. * 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-changelog.man b/man/deb-changelog.man index f407f99d2..782c53104 100644 --- a/man/deb-changelog.man +++ b/man/deb-changelog.man @@ -48,7 +48,7 @@ That format is a series of entries like this: [optional blank line(s), stripped] * \fIchange-details\fP \fImore-change-details\fP - [blank line(s), included in output of \fBdpkg\-parsechangelog\fP(1)] + [blank line(s), included in \fBdpkg\-parsechangelog\fP(1) output] * \fIeven-more-change-details\fP [optional blank line(s), stripped] \-\- \fImaintainer-name\fP <\fIemail-address\fP> \fIdate\fP -- Dpkg.Org's dpkg

