Parcourir la source

man: Say control-field-name instead of control-file-field in dpkg-deb(1)

Guillem Jover il y a 11 ans
Parent
commit
961545d6a5
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 1 0
      debian/changelog
  2. 2 2
      man/dpkg-deb.1

+ 1 - 0
debian/changelog

@@ -126,6 +126,7 @@ dpkg (1.18.0) UNRELEASED; urgency=low
     - Mark dselect(1) color attributes in bold.
     - Mark dselect(1) color attributes in bold.
     - Say output instead of display for dpkg-deb tar-file option in dpkg(1).
     - Say output instead of display for dpkg-deb tar-file option in dpkg(1).
     - Say archive instead of filename for dpkg-deb option in dpkg(1).
     - Say archive instead of filename for dpkg-deb option in dpkg(1).
+    - Say control-field-name instead of control-file-field in dpkg-deb(1).
   * Output message fixes and improvements:
   * Output message fixes and improvements:
     - Remove trailing newline from string literal in warning calls.
     - Remove trailing newline from string literal in warning calls.
     - Say “execute” instead of “exec” in Dpkg::Changelog::Parse error message.
     - Say “execute” instead of “exec” in Dpkg::Changelog::Parse error message.

+ 2 - 2
man/dpkg-deb.1

@@ -127,14 +127,14 @@ on one line, separated by a tabulator.
 Extracts control file information from a binary package archive.
 Extracts control file information from a binary package archive.
 
 
 If no
 If no
-.BR control\-file\-field s
+.BR control-field-name s
 are specified then it will print the whole control file.
 are specified then it will print the whole control file.
 
 
 If any are specified then
 If any are specified then
 .B dpkg\-deb
 .B dpkg\-deb
 will print their contents, in the order in which they appear in the
 will print their contents, in the order in which they appear in the
 control file. If more than one
 control file. If more than one
-.BR control\-file\-field
+.BR control-field-name
 is specified then
 is specified then
 .B dpkg\-deb
 .B dpkg\-deb
 will precede each with its field name (and a colon and space).
 will precede each with its field name (and a colon and space).