summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2016-09-26 02:21:51 +0200
committerGuillem Jover <guillem@debian.org>2016-10-29 16:02:53 +0200
commit49d0db0de56a7305d45e8fd7bac1d7a1f2b6e5e5 (patch)
tree0387e76b6bd2c5bafcc1b88bb3e7d62c2bd643b9 /man
parent4b62c7950ee00e5a0c781a6a9686450a818978ef (diff)
downloaddpkg-49d0db0de56a7305d45e8fd7bac1d7a1f2b6e5e5.tar.gz
man: Itemize --log format entries in dpkg(1)
This makes it easier to read.
Diffstat (limited to 'man')
-rw-r--r--man/dpkg.133
1 files changed, 20 insertions, 13 deletions
diff --git a/man/dpkg.1 b/man/dpkg.1
index 6cbabb75b..56923cccc 100644
--- a/man/dpkg.1
+++ b/man/dpkg.1
@@ -785,19 +785,26 @@ The output format used is the same as in \fB\-\-status\-fd\fP.
\fB\-\-log=\fP\fIfilename\fP
Log status change updates and actions to \fIfilename\fP, instead of
the default \fI/var/log/dpkg.log\fP. If this option is given multiple
-times, the last filename is used. Log messages are of the form
-\(oqYYYY-MM-DD HH:MM:SS startup \fItype\fP \fIcommand\fP\(cq for each dpkg
-invocation where \fItype\fP is \fBarchives\fP (with a \fIcommand\fP of
-\fBunpack\fP or \fBinstall\fP) or \fBpackages\fP (with a \fIcommand\fP of
-\fBconfigure\fP, \fBtriggers\-only\fP, \fBremove\fP or \fBpurge\fP);
-\(oqYYYY-MM-DD HH:MM:SS status \fIstate\fP \fIpkg\fP \fIinstalled-version\fP\(cq
-for status change updates;
-\(oqYYYY-MM-DD HH:MM:SS \fIaction\fP \fIpkg\fP \fIinstalled-version\fP
-\fIavailable-version\fP\(cq for actions where \fIaction\fP is one of
-\fBinstall\fP, \fBupgrade\fP, \fBconfigure\fP, \fBtrigproc\fP,
-\fBdisappear\fP, \fBremove\fP or \fBpurge\fP; and
-\(oqYYYY-MM-DD HH:MM:SS conffile \fIfilename\fP \fIdecision\fP\(cq for conffile
-changes where \fIdecision\fP is either \fBinstall\fP or \fBkeep\fP.
+times, the last filename is used. Log messages are of the form:
+.RS
+.TP
+YYYY-MM-DD HH:MM:SS \fBstartup\fP \fItype\fP \fIcommand\fP
+For each dpkg invocation where \fItype\fP is \fBarchives\fP (with a
+\fIcommand\fP of \fBunpack\fP or \fBinstall\fP) or \fBpackages\fP
+(with a \fIcommand\fP of \fBconfigure\fP, \fBtriggers\-only\fP,
+\fBremove\fP or \fBpurge\fP).
+.TP
+YYYY-MM-DD HH:MM:SS \fBstatus\fP \fIstate\fP \fIpkg\fP \fIinstalled-version\fP
+For status change updates.
+.TP
+YYYY-MM-DD HH:MM:SS \fIaction\fP \fIpkg\fP \fIinstalled-version\fP \fIavailable-version\fP
+For actions where \fIaction\fP is one of \fBinstall\fP, \fBupgrade\fP,
+\fBconfigure\fP, \fBtrigproc\fP, \fBdisappear\fP, \fBremove\fP or \fBpurge\fP.
+.TP
+YYYY-MM-DD HH:MM:SS \fBconffile\fP \fIfilename\fP \fIdecision\fP
+For conffile changes where \fIdecision\fP is either \fBinstall\fP or
+\fBkeep\fP.
+.RE
.TP
\fB\-\-no\-debsig\fP
Do not try to verify package signatures.