diff options
author | Guillem Jover <guillem@debian.org> | 2011-07-07 06:15:57 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2011-07-07 10:42:30 +0200 |
commit | 2825370120d3adf3c1ef0c1b16d09bb2637ff358 (patch) | |
tree | 47d3698fdb518ee669d27bb9ec0360f57b2e9021 /man/dpkg-trigger.1 | |
parent | 9c757bf4c00f777f089e0ab6f83f10edd5892679 (diff) | |
download | dpkg-2825370120d3adf3c1ef0c1b16d09bb2637ff358.tar.gz |
man: Correctly format text with bold and italics
Diffstat (limited to 'man/dpkg-trigger.1')
-rw-r--r-- | man/dpkg-trigger.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/dpkg-trigger.1 b/man/dpkg-trigger.1 index 01f23cda6..30597f8c1 100644 --- a/man/dpkg-trigger.1 +++ b/man/dpkg-trigger.1 @@ -25,9 +25,9 @@ Unrecognised trigger name syntaxes are an error for \fBdpkg\-trigger\fP. .TP .BR \-\-check\-supported Check if the running \fBdpkg\fP supports triggers (usually called from a -postinst). Will exit 0 if a triggers-capable \fBdpkg\fP has run, or 1 with -an error message to stderr if not. Normally, however, it is better just to -activate the desired trigger with \fBdpkg\-trigger\fP. +postinst). Will exit \fB0\fP if a triggers-capable \fBdpkg\fP has run, +or \fB1\fP with an error message to stderr if not. Normally, however, +it is better just to activate the desired trigger with \fBdpkg\-trigger\fP. .TP .BR \-h ", " \-\-help Show the usage message and exit. @@ -43,7 +43,7 @@ Change the location of the \fBdpkg\fR database. The default location is .TP .BR \-\-by\-package=\fIpackage\fR Override trigger awaiter (normally set by \fBdpkg\fP through the -DPKG_MAINTSCRIPT_PACKAGE environment variable of the maintainer scripts, +\fBDPKG_MAINTSCRIPT_PACKAGE\fP environment variable of the maintainer scripts, naming the package to which the script belongs, and this will be used by default). .TP |