[Rpm-maint] [rpm-software-management/rpm] Add manual page for File Mode (PR #2215)
Panu Matilainen
notifications at github.com
Tue Oct 4 06:20:54 UTC 2022
@pmatilai commented on this pull request.
> +
+```
+<mode>[flags].<type>
+```
+
+The `mode` parameter is mandatory and contains a sequence of letters as
+described in `fopen(3)`. For payload configuration, only `w` is allowed.
+
+The `type` parameter is also mandatory and specifies the compression type
+(*compressor*) to be used. Currently, the following compressors are supported:
+
+| Type | Description |
+|---------------|---------------------------------------------------|
+|`gzdio` | gzip ([flags](#gzip-flags)) |
+|`bzdio` | bzip2 ([flags](#bzip2-flags)) |
+|`xzdio` | lzma ([flags](#xz-lzma-flags)) |
...especially as the examples below talk about "xz"
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2215#discussion_r986472566
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2215/review/1129351500 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20221003/74b936cc/attachment.html>
More information about the Rpm-maint
mailing list