Browse Source

man: Fix documentation for package flags

The “reinstreq” flag was mispelled, and the “ok” flag was missing.
Guillem Jover 10 years ago
parent
commit
fe5139a65c
2 changed files with 7 additions and 2 deletions
  1. 1 0
      debian/changelog
  2. 6 2
      man/dpkg.1

+ 1 - 0
debian/changelog

@@ -59,6 +59,7 @@ dpkg (1.18.5) UNRELEASED; urgency=medium
       Closes: #811267
       Closes: #811267
     - Clarify that packages are only automatically forgotten by dpkg if they
     - Clarify that packages are only automatically forgotten by dpkg if they
       contain no user data, such as package selections. Closes: #813179
       contain no user data, such as package selections. Closes: #813179
+    - Fix documentation for package flags in dpkg(1).
 
 
   [ Updated programs translations ]
   [ Updated programs translations ]
   * Portuguese (Miguel Figueiredo).
   * Portuguese (Miguel Figueiredo).

+ 6 - 2
man/dpkg.1

@@ -106,8 +106,12 @@ The package is selected to be purged (i.e. we want to remove everything
 from system directories, even configuration files).
 from system directories, even configuration files).
 .SS Package flags
 .SS Package flags
 .TP
 .TP
-.B reinst\-required
-A package marked \fBreinst\-required\fP is broken and requires
+.B ok
+A package marked \fBok\fP is in a known state, but might need further
+processing.
+.TP
+.B reinstreq
+A package marked \fBreinstreq\fP is broken and requires
 reinstallation. These packages cannot be removed, unless forced with
 reinstallation. These packages cannot be removed, unless forced with
 option \fB\-\-force\-remove\-reinstreq\fP.
 option \fB\-\-force\-remove\-reinstreq\fP.
 .
 .