Browse Source

man: Switch deb-triggers(5) types into a proper list

Guillem Jover 9 years ago
parent
commit
3a8c4193dd
2 changed files with 13 additions and 19 deletions
  1. 1 0
      debian/changelog
  2. 12 19
      man/deb-triggers.5

+ 1 - 0
debian/changelog

@@ -16,6 +16,7 @@ dpkg (1.18.11) UNRELEASED; urgency=medium
       Prompted by Johannes Schauer <josch@debian.org>.
       Prompted by Johannes Schauer <josch@debian.org>.
     - Add man page references to other binary control files in dpkg(1).
     - Add man page references to other binary control files in dpkg(1).
     - Add version when "new" substvars were introduced in deb-substvars(5).
     - Add version when "new" substvars were introduced in deb-substvars(5).
+    - Switch deb-triggers(5) types into a proper list.
   * Build system:
   * Build system:
     - Add support for profiling perl modules.
     - Add support for profiling perl modules.
     - Clean up compiler and linker automatic flag usage in configure.
     - Clean up compiler and linker automatic flag usage in configure.

+ 12 - 19
man/deb-triggers.5

@@ -33,31 +33,24 @@ and everything after the first \fB#\fP on any line will be trimmed, and
 empty lines will be ignored.
 empty lines will be ignored.
 .PP
 .PP
 The trigger control directives currently supported are:
 The trigger control directives currently supported are:
-.IP "" 5
-.B interest
-.I trigger-name
-.br
-.B interest\-await
-.I trigger-name
-.br
-.B interest\-noawait
-.I trigger-name
+.TP
+\fBinterest\fP \fItrigger-name\fP
+.TQ
+\fBinterest\-await\fP \fItrigger-name\fP
+.TQ
+\fBinterest\-noawait\fP \fItrigger-name\fP
 .IP
 .IP
 Specifies that the package is interested in the named trigger. All
 Specifies that the package is interested in the named trigger. All
 triggers in which a package is interested must be listed using this
 triggers in which a package is interested must be listed using this
 directive in the triggers control file. The \(lqnoawait\(rq variant does
 directive in the triggers control file. The \(lqnoawait\(rq variant does
 not put the triggering packages in triggers\-awaited state. This should
 not put the triggering packages in triggers\-awaited state. This should
 be used when the functionality provided by the trigger is not crucial.
 be used when the functionality provided by the trigger is not crucial.
-.IP
-.B activate
-.I trigger-name
-.br
-.B activate\-await
-.I trigger-name
-.br
-.B activate\-noawait
-.I trigger-name
-.br
+.TP
+\fBactivate\fP \fItrigger-name\fP
+.TQ
+\fBactivate\-await\fP \fItrigger-name\fP
+.TQ
+\fBactivate\-noawait\fP \fItrigger-name\fP
 .IP
 .IP
 Arranges that changes to this package's state will activate the
 Arranges that changes to this package's state will activate the
 specified trigger. The trigger will be activated at the start of
 specified trigger. The trigger will be activated at the start of