Skip to content

Commit

Permalink
Improve the zstd:threads wording + markup fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-erling committed Mar 4, 2024
1 parent 3df93bc commit d27a4a0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tar/bsdtar.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd December 10, 2023
.Dd March 4, 2024
.Dt TAR 1
.Os
.Sh NAME
Expand Down Expand Up @@ -644,14 +644,13 @@ A decimal integer from 4 to 7 specifying the lz4 compression block size
.It Cm lz4:block-dependence
Use the previous block of the block being compressed for
a compression dictionary to improve compression ratio.
.It Cm zstd:compression-level
A decimal integer specifying the zstd compression level. Supported values depend
.It Cm zstd:compression-level Ns = Ns Ar N
A decimal integer specifying the zstd compression level.
Supported values depend
on the library version, common values are from 1 to 22.
.It Cm zstd:threads
Specify the number of worker threads to use.
Setting threads to a special value 0 makes
.Xr zstd 1
use as many threads as there are CPU cores on the system.
.It Cm zstd:threads Ns = Ns Ar N
Specify the number of worker threads to use, or 0 to use as many
threads as there are CPU cores in the system.
.It Cm zstd:frame-per-file
Start a new compression frame at the beginning of each file in the
archive.
Expand Down

0 comments on commit d27a4a0

Please sign in to comment.