[Rpm-maint] [rpm-software-management/rpm] Add manual page for File Mode (PR #2215)
Michal Domonkos
notifications at github.com
Mon Oct 24 15:56:04 UTC 2022
@dmnks commented on this pull request.
> + *
+ * | Type | Description | Mode chars |
+ * |------------|-------------------|---------------|
+ * | `ufdio` | no compression | `r,w,a,b,+,x` |
+ * | `gzdio` | gzip | `r,w,a` |
+ * | `bzdio` | bzip2 | `r,w,a` |
+ * | `xzdio` | xz | `r,w,a` |
+ * | `lzdio` | lzma (legacy) | `r,w,a` |
+ * | `zstdio` | zstd | `r,w,a` |
+ *
+ * Compression `flags` must be listed in the following order and can be any of:
+ *
+ * | Flag | Description | Types |
+ * |------------|-------------------------------------------|-----------------------|
+ * | `0-9` | compression level | all except `ufdio` |
+ * | `T<0-N>` | no. of threads (0 = autodetect) | `xzdio` and `zstdio` |
... maybe, if we *really* wanted the no-argument variant, we could fix the other compressor (zstd), but at that point, I think we're overreacting here :smile:
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2215#discussion_r1003486967
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2215/review/1153391240 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20221024/1e168274/attachment.html>
More information about the Rpm-maint
mailing list