summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2023-05-03 11:03:22 +0300
committerPanu Matilainen <pmatilai@redhat.com>2023-05-03 11:03:22 +0300
commita97c376f379ee48c3b0e92e9c79f64c9fd954b64 (patch)
tree5173a0e8bd1fa524d15f4ab1d0dd612cd8a9de2a
parent07d57462614b1669de1d63661f58fd9fa322411b (diff)
downloadrpm-a97c376f379ee48c3b0e92e9c79f64c9fd954b64.tar.gz
Fix thinko in archive size tag(s) description
The archive size tags are on the uncompressed archive, an apparent thinko in 50324700562aa6204d93b1e4e9ae9776ecdeeedb. Fixes: #2498
-rw-r--r--docs/manual/tags.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/tags.md b/docs/manual/tags.md
index 8e706884a..86ddbf876 100644
--- a/docs/manual/tags.md
+++ b/docs/manual/tags.md
@@ -85,10 +85,10 @@ Vendor | 1011 | string | Package vendor contact information.
Tag Name | Value| Type | Description
------------------|------|--------------|------------
-Archivesize | 1046 | int32 | (Compressed) payload size.
+Archivesize | 1046 | int32 | (Uncompressed) payload size.
Dirnames | 1118 | string array | dirname(3) components of contained paths
Filedigestalgo | 5011 | int32 | ID of file digest algorithm. If missing, considered `0` for `md5`.
-Longarchivesize | 271 | int64 | (Compressed) payload size when > 4GB.
+Longarchivesize | 271 | int64 | (Uncompressed) payload size when > 4GB.
Longsize | 5009 | int64 | Installed package size when > 4GB.
Payloadcompressor | 1125 | string | Payload compressor name (as passed to rpmio `Fopen()`)
Payloadflags | 1126 | string | Payload compressor level (as passed to rpmio `Fopen()`)