@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`  |

Another reason is that we only support the no-argument variant with *some* 
compressors so it would be cumbersome to document that, too.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2215#discussion_r1003484563
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2215/review/1153387...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to