Selaa lähdekoodia

man: Move --audit description just after --verify in dpkg(1)

These commands are related and belong together.
Guillem Jover 10 vuotta sitten
vanhempi
commit
6d4221b2ad
2 muutettua tiedostoa jossa 8 lisäystä ja 7 poistoa
  1. 1 0
      debian/changelog
  2. 7 7
      man/dpkg.1

+ 1 - 0
debian/changelog

@@ -10,6 +10,7 @@ dpkg (1.18.5) UNRELEASED; urgency=medium
     - Remove Debian specific policy references.
     - Remove superfluous SEE ALSO references from dpkg-source(1).
     - Fix --remove and --purge summary formatting in dpkg(1).
+    - Move --audit description just after --verify in dpkg(1).
 
  -- Guillem Jover <guillem@debian.org>  Fri, 25 Dec 2015 14:20:16 +0100
 

+ 7 - 7
man/dpkg.1

@@ -245,6 +245,13 @@ option, which by default uses the \fBrpm\fP format, but that might
 change in the future, and as such, programs parsing this command
 output should be explicit about the format they expect.
 .TP
+.BR \-C ", " \-\-audit " [\fIpackage-name\fP...]
+Performs database sanity and consistency checks for \fIpackage-name\fP
+or all packages if omitted (per package checks since dpkg 1.17.10).
+For example, searches for packages that have been installed only partially
+on your system or that have missing, wrong or obsolete control data or
+files. \fBdpkg\fP will suggest what to do with them to get them fixed.
+.TP
 .BR \-\-update\-avail " [\fIPackages-file\fP]"
 .TQ
 .BR \-\-merge\-avail " [\fIPackages-file\fP]"
@@ -276,13 +283,6 @@ uninstalled unavailable packages (since dpkg 1.15.4).
 .B \-\-clear\-avail
 Erase the existing information about what packages are available.
 .TP
-.BR \-C ", " \-\-audit " [\fIpackage-name\fP...]
-Performs database sanity and consistency checks for \fIpackage-name\fP
-or all packages if omitted (per package checks since dpkg 1.17.10).
-For example, searches for packages that have been installed only partially
-on your system or that have missing, wrong or obsolete control data or
-files. \fBdpkg\fP will suggest what to do with them to get them fixed.
-.TP
 \fB\-\-get\-selections\fP [\fIpackage-name-pattern\fP...]
 Get list of package selections, and write it to stdout. Without a pattern,
 non-installed packages (i.e. those which have been previously purged) will