The branch, master has been updated
via 17362bdaae6db21cc7771f1e2f27029ba1207c6b (commit)
from e715610d249a42309afe2e83d5c575ab2eda3833 (commit)
- Shortlog ------------------------------------------------------------
17362bd Fix some quote characters in manpages
Summary of changes:
debian/changelog | 3 +++
man/ChangeLog | 6 ++++++
man/dpkg-query.1 | 2 +-
man/dpkg-source.1 | 2 +-
4 files changed, 11 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 17362bdaae6db21cc7771f1e2f27029ba1207c6b
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Mon Oct 29 03:57:19 2007 +0100
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 8b78abb..ac432cf 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 168822a..b1d437a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-29 Frank Lichtenheld <[EMAIL PROTECTED]>
+
+ * dpkg-query.1: Replace ' with \(aq in example.
+ Reported by Daniel van Eeden <daniel_e -at- dds nl>
+ * dpkg-source.1: Replace ' with \(aq in synopsis.
+
2007-10-26 Peter Karlsson <[EMAIL PROTECTED]>
* po/sv.po: Updated to 1343t.
diff --git a/man/dpkg-query.1 b/man/dpkg-query.1
index ec7e654..2fbe5b7 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 6eae108..7c2c5cb 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
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]