Parcourir la source

man: Document “hold” as package selection state instead of flag

Guillem Jover il y a 17 ans
Parent
commit
410a4e08a6
2 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 1 0
      debian/changelog
  2. 4 4
      man/dpkg.1

+ 1 - 0
debian/changelog

@@ -16,6 +16,7 @@ dpkg (1.15.4) UNRELEASED; urgency=low
   * On parse mark not-installed leftover packages for automatic removal from
   * On parse mark not-installed leftover packages for automatic removal from
     the database on next dump. This obsoletes the --forget-old-unavail option,
     the database on next dump. This obsoletes the --forget-old-unavail option,
     thus making it now a no-op. Closes: #33394, #429262
     thus making it now a no-op. Closes: #33394, #429262
+  * Document “hold” under package selection states instead of flags in dpkg(1).
 
 
   [ Raphael Hertzog ]
   [ Raphael Hertzog ]
   * Replace install-info by a wrapper around GNU's install-info. The wrapper
   * Replace install-info by a wrapper around GNU's install-info. The wrapper

+ 4 - 4
man/dpkg.1

@@ -77,6 +77,10 @@ The package is unpacked and configured OK.
 .B install
 .B install
 The package is selected for installation.
 The package is selected for installation.
 .TP
 .TP
+.B hold
+A package marked to be on \fBhold\fP is not handled by \fBdpkg\fP,
+unless forced to do that with option \fB\-\-force\-hold\fP.
+.TP
 .B deinstall
 .B deinstall
 The package is selected for deinstallation (i.e. we want to remove all
 The package is selected for deinstallation (i.e. we want to remove all
 files, except configuration files).
 files, except configuration files).
@@ -86,10 +90,6 @@ The package is selected to be purged (i.e. we want to remove everything,
 even configuration files).
 even configuration files).
 .SS PACKAGE FLAGS
 .SS PACKAGE FLAGS
 .TP
 .TP
-.B hold
-A package marked to be on \fBhold\fP is not handled by \fBdpkg\fP,
-unless forced to do that with option \fB\-\-force\-hold\fP.
-.TP
 .B reinst\-required
 .B reinst\-required
 A package marked \fBreinst\-required\fP is broken and requires
 A package marked \fBreinst\-required\fP is broken and requires
 reinstallation. These packages cannot be removed, unless forced with
 reinstallation. These packages cannot be removed, unless forced with