Browse Source

Fix some quote characters in manpages

dpkg-query.1: Replace ' with \(aq in example
dpkg-source.1: Replace ' with \(aq in synopsis
Frank Lichtenheld 19 years ago
parent
commit
17362bdaae
4 changed files with 11 additions and 2 deletions
  1. 3 0
      debian/changelog
  2. 6 0
      man/ChangeLog
  3. 1 1
      man/dpkg-query.1
  4. 1 1
      man/dpkg-source.1

+ 3 - 0
debian/changelog

@@ -45,6 +45,9 @@ dpkg (1.14.8) UNRELEASED; urgency=low
     Closes: #445858
     Closes: #445858
   * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
   * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
     set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
     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 ]
   [ Guillem Jover ]
   * Use shipped perl modules when calling perl programs at build time.
   * Use shipped perl modules when calling perl programs at build time.

+ 6 - 0
man/ChangeLog

@@ -1,3 +1,9 @@
+2007-10-29  Frank Lichtenheld  <djpig@debian.org>
+
+	* 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  <peterk@softwolves.pp.se>
 2007-10-26  Peter Karlsson  <peterk@softwolves.pp.se>
 
 
 	* po/sv.po: Updated to 1343t.
 	* po/sv.po: Updated to 1343t.

+ 1 - 1
man/dpkg-query.1

@@ -140,7 +140,7 @@ run:
 
 
 .T
 .T
 .nf
 .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
 .fi
 .
 .
 .SH ENVIRONMENT
 .SH ENVIRONMENT

+ 1 - 1
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
 extracted directories will be too, and all the files and directories
 will inherit its group ownership.
 will inherit its group ownership.
 .TP
 .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
 Build a source package. One or two non-option arguments should
 be supplied. The first is taken as the name of the directory
 be supplied. The first is taken as the name of the directory
 containing the unpacked source tree. If a second argument is supplied
 containing the unpacked source tree. If a second argument is supplied