summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/rpm.810
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/rpm.8 b/doc/rpm.8
index 3fd3c711e..8dd590d9a 100644
--- a/doc/rpm.8
+++ b/doc/rpm.8
@@ -448,9 +448,11 @@ the tag with \fB:\fItypetag\fB\fR.
Currently, the following types are supported:
.TP
\fB:armor\fR
-
Wrap a public key in ASCII armor.
.TP
+\fB:arraysize\fR
+Display number of elements in array tags.
+.TP
\fB:base64\fR
Encode binary data using base64.
.TP
@@ -475,11 +477,17 @@ Format in octal.
\fB:perms\fR
Format file permissions.
.TP
+\fB:pgpsig\fR
+Display signature fingerprint and time.
+.TP
\fB:shescape\fR
Escape single quotes for use in a script.
.TP
\fB:triggertype\fR
Display trigger suffix.
+.TP
+\fB:xml\fR
+Wrap data in simple xml markup.
.PP
For example, to print only the names of the packages queried,
you could use \fB%{NAME}\fR as the format string.