Преглед изворни кода

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

Guillem Jover пре 11 година
родитељ
комит
961545d6a5
2 измењених фајлова са 3 додато и 2 уклоњено
  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.
     - 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 control-field-name instead of control-file-field in dpkg-deb(1).
   * Output message fixes and improvements:
     - Remove trailing newline from string literal in warning calls.
     - 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.
 
 If no
-.BR control\-file\-field s
+.BR control-field-name s
 are specified then it will print the whole control file.
 
 If any are specified then
 .B dpkg\-deb
 will print their contents, in the order in which they appear in the
 control file. If more than one
-.BR control\-file\-field
+.BR control-field-name
 is specified then
 .B dpkg\-deb
 will precede each with its field name (and a colon and space).