From: tomaThomas Date: Mon, 4 Sep 2023 09:08:39 +0000 (+0200) Subject: Add threads write option for zstd to man pages (#1952) X-Git-Tag: v3.7.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6035b94c85e9b84fac4fd4b5d189981e219d70;p=thirdparty%2Flibarchive.git Add threads write option for zstd to man pages (#1952) The threads option of zstd is supported by libarchive, but it is missing in the man pages. Fixes #1951 --- diff --git a/libarchive/archive_write_set_options.3 b/libarchive/archive_write_set_options.3 index dd573588d..86079bfbf 100644 --- a/libarchive/archive_write_set_options.3 +++ b/libarchive/archive_write_set_options.3 @@ -257,6 +257,11 @@ If supported, the default value is read from The value is interpreted as a decimal integer specifying the compression level. Supported values depend on the library version, common values are from 1 to 22. +.It Cm threads +The value is interpreted as a decimal integer specifying the +number of threads for multi-threaded zstd compression. +If set to 0, zstd will attempt to detect and use the number +of physical CPU cores. .El .It Format 7zip .Bl -tag -compact -width indent