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=ab3c692a19252f83f6f9e07b0e5485edb8fe307f commit ab3c692a19252f83f6f9e07b0e5485edb8fe307f Author: Guillem Jover <[email protected]> AuthorDate: Tue May 12 03:14:50 2020 +0200 man: Add semicolons before varbatim code blocks --- debian/changelog | 1 + man/deb-shlibs.man | 2 +- man/deb-src-symbols.man | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 60321a943..216aaeade 100644 --- a/debian/changelog +++ b/debian/changelog @@ -71,6 +71,7 @@ dpkg (1.20.1) UNRELEASED; urgency=medium - 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. + - man: Add semicolons before varbatim code blocks. * 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-shlibs.man b/man/deb-shlibs.man index 1e6617405..9f89baf34 100644 --- a/man/deb-shlibs.man +++ b/man/deb-shlibs.man @@ -33,7 +33,7 @@ files map shared library names and versions to dependencies suitable for a package control file. There is one entry per line. Blank lines are \fBnot\fP allowed. Lines beginning with an \fB#\fP character are considered commentary, and are ignored. -All other lines must have the format +All other lines must have the format: .IP .RI [ type\fB:\fP ] .I library diff --git a/man/deb-src-symbols.man b/man/deb-src-symbols.man index 2f94010ba..6cccc37eb 100644 --- a/man/deb-src-symbols.man +++ b/man/deb-src-symbols.man @@ -288,7 +288,7 @@ names and matches will inherit \fIoptional\fR tag from the pattern. .P Basic patterns listed above can be combined where it makes sense. In that case, they are processed in the order in which the tags are specified. For example, -both +both: .EX (c++|regex)"^NSA::ClassA::Private::privmethod\\d\\(int\\)@Base" 1.0 -- Dpkg.Org's dpkg

