summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorThomas Moschny <thomas.moschny@gmx.de>2022-01-28 09:26:34 +0100
committerGitHub <noreply@github.com>2022-01-28 09:26:34 +0100
commite53b7e20085297e4877e8936953cb1869452ab25 (patch)
treed305b3da2c871aafc75a44e9dd9eadabb24f86ba /docs/man
parent482eaef4e553d4297a7cc5afa42fbaa888efe277 (diff)
downloadrpm-e53b7e20085297e4877e8936953cb1869452ab25.tar.gz
Explicitly state that \0 is not supported in queryformat strings. (#1904)
* Explicitly state that \0 is not supported in queryformat strings. Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de> Co-authored-by: Florian Festi <ffesti@redhat.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/rpm.8.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/rpm.8.md b/docs/man/rpm.8.md
index 5b63d2d73..7ca4e6e31 100644
--- a/docs/man/rpm.8.md
+++ b/docs/man/rpm.8.md
@@ -477,8 +477,8 @@ in. To do this, you use the
option, followed by the *QUERYFMT* format string. Query formats are
modified versions of the standard **printf(3)** formatting. The format
is made up of static strings (which may include standard C character
-escapes for newlines, tabs, and other special characters) and
-**printf(3)** type formatters. As **rpm** already knows the type to
+escapes for newlines, tabs, and other special characters (not including \0))
+and **printf(3)** type formatters. As **rpm** already knows the type to
print, the type specifier must be omitted however, and replaced by the
name of the header tag to be printed, enclosed by **{}** characters. Tag
names are case insensitive, and the leading **RPMTAG\_** portion of the