Skip to content

Commit

Permalink
man: Use .IP and .br instead of .PP and .in +5
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemj committed Apr 10, 2015
1 parent 1c7fbcd commit 0bb21c4
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions man/deb-triggers.5
Original file line number Diff line number Diff line change
Expand Up @@ -33,48 +33,40 @@ and everything after the first \fB#\fP on any line will be trimmed, and
empty lines will be ignored.
.PP
The trigger control directives currently supported are:
.PP
.in +5
.IP "" 5
.B interest
.I trigger-name
.PP
.in +5
.br
.B interest\-await
.I trigger-name
.PP
.in +5
.br
.B interest\-noawait
.I trigger-name
.PP
.in +5
.IP
Specifies that the package is interested in the named trigger. All
triggers in which a package is interested must be listed using this
directive in the triggers control file. The \(lqnoawait\(rq variant does
not put the triggering packages in triggers\-awaited state. This should
be used when the functionality provided by the trigger is not crucial.
.PP
.in +5
.IP
.B activate
.I trigger-name
.PP
.in +5
.br
.B activate\-await
.I trigger-name
.PP
.in +5
.br
.B activate\-noawait
.I trigger-name
.PP
.in +5
.br
.IP
Arranges that changes to this package's state will activate the
specified trigger. The trigger will be activated at the start of
the following operations: unpack, configure, remove (including for
the benefit of a conflicting package), purge and deconfigure.
The \(lqnoawait\(rq variant does not put the triggering packages in
triggers\-awaited state. This should be used when the functionality
provided by the trigger is not crucial.
.PP
.in +5
.IP
If this package disappears during the unpacking of another package
the trigger will be activated when the disappearance is noted
towards the end of the unpack. Trigger processing, and transition
Expand Down

0 comments on commit 0bb21c4

Please sign in to comment.