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

man: Use “wildcard characters” instead of “wildchars” in dpkg-query(1)

Guillem Jover пре 11 година
родитељ
комит
3802dd1144
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 0
      debian/changelog
  2. 2 2
      man/dpkg-query.1

+ 1 - 0
debian/changelog

@@ -12,6 +12,7 @@ dpkg (1.18.0) UNRELEASED; urgency=low
   * Fix and update Arch substvar description in deb-substvars(5).
   * Document that current build flag feature areas only work on Debian and
     derivatives in dpkg-buildflags(1).
+  * Use “wildcard characters” instead of “wildchars” in dpkg-query(1).
 
  -- Guillem Jover <guillem@debian.org>  Tue, 09 Dec 2014 23:53:18 +0100
 

+ 2 - 2
man/dpkg-query.1

@@ -36,7 +36,7 @@ the \fBdpkg\fP database.
 List packages matching given pattern. If no \fIpackage-name-pattern\fP
 is given, list all packages in \fI/var/lib/dpkg/status\fP, excluding
 the ones marked as not-installed (i.e. those which have been previously
-purged). Normal shell wildchars are allowed
+purged). Normal shell wildcard characters are allowed
 in \fIpackage-name-pattern\fP. Please note you will probably have to
 quote \fIpackage-name-pattern\fP to prevent the shell from performing
 filename expansion. For example this will list all package names starting
@@ -130,7 +130,7 @@ for that, this command will not get removed.
 .TP
 .BR \-S ", " \-\-search " \fIfilename-search-pattern\fP..."
 Search for packages that own files corresponding to the given pattern.
-Standard shell wildchars can be used in the pattern.
+Standard shell wildcard characters can be used in the pattern.
 This command will not list extra files created by maintainer scripts,
 nor will it list alternatives.
 .TP