From: Frank Lichtenheld Date: Mon, 29 Oct 2007 02:57:19 +0000 (+0100) Subject: Fix some quote characters in manpages X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17362bdaae6db21cc7771f1e2f27029ba1207c6b;p=dpkg Fix some quote characters in manpages dpkg-query.1: Replace ' with \(aq in example dpkg-source.1: Replace ' with \(aq in synopsis --- diff --git a/debian/changelog b/debian/changelog index 8b78abb9..ac432cf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,9 @@ dpkg (1.14.8) UNRELEASED; urgency=low Closes: #445858 * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119 + * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to + proper \(aq. Reported by Daniel van Eeden. Closes: #447476 + [ Guillem Jover ] * Use shipped perl modules when calling perl programs at build time. diff --git a/man/ChangeLog b/man/ChangeLog index 168822a8..b1d437ae 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2007-10-29 Frank Lichtenheld + + * dpkg-query.1: Replace ' with \(aq in example. + Reported by Daniel van Eeden + * dpkg-source.1: Replace ' with \(aq in synopsis. + 2007-10-26 Peter Karlsson * po/sv.po: Updated to 1343t. diff --git a/man/dpkg-query.1 b/man/dpkg-query.1 index ec7e6540..2fbe5b7c 100644 --- a/man/dpkg-query.1 +++ b/man/dpkg-query.1 @@ -140,7 +140,7 @@ run: .T .nf - \fBdpkg\-query \-W \-f='${Package} ${Version}\\t${Maintainer}\\n' dpkg\fP + \fBdpkg\-query \-W \-f=\(aq${Package} ${Version}\\t${Maintainer}\\n\(aq dpkg\fP .fi . .SH ENVIRONMENT diff --git a/man/dpkg-source.1 b/man/dpkg-source.1 index 6eae108b..7c2c5cb8 100644 --- a/man/dpkg-source.1 +++ b/man/dpkg-source.1 @@ -42,7 +42,7 @@ extractors' umask; if the parent directory is setgid then the extracted directories will be too, and all the files and directories will inherit its group ownership. .TP -.RI "\fB\-b\fP " directory " [" orig-directory | orig-targz |''] +.RI "\fB\-b\fP " directory " [" orig-directory | orig-targz |\(aq\(aq] Build a source package. One or two non-option arguments should be supplied. The first is taken as the name of the directory containing the unpacked source tree. If a second argument is supplied