From 199c35e4c9cfd10d070392d58625e86b2f8f4c19 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 2 Dec 2019 01:26:08 +0100 Subject: Update man pages Signed-off-by: David Oberhollenzer --- doc/gensquashfs.1 | 4 ++-- doc/tar2sqfs.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1 index c364c98..6e17831 100644 --- a/doc/gensquashfs.1 +++ b/doc/gensquashfs.1 @@ -30,9 +30,9 @@ A comma seperated list of extra options for the selected compressor. Specify \fBhelp\fR to get a list of available options. .TP \fB\-\-num\-jobs\fR, \fB\-j\fR -If gensquashfs was compiled with a built in pthread based parallel data +If libsquashfs was compiled with a built in thread pool based, parallel data compressor, this option can be used to set the number of compressor -threads. If not set, the default is 1. +threads. If not set, the default is the number of available CPU cores. .TP \fB\-\-queue\-backlog\fR, \fB\-Q\fR Maximum number of data blocks in the thread worker queue before the packer diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index 70f2006..5cad16a 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -36,9 +36,9 @@ A comma seperated list of extra options for the selected compressor. Specify \fBhelp\fR to get a list of available options. .TP \fB\-\-num\-jobs\fR, \fB\-j\fR -If tar2sqfs was compiled with a built in pthread based parallel data +If libsquashfs was compiled with a thread pool based, parallel data compressor, this option can be used to set the number of compressor -threads. If not set, the default is 1. +threads. If not set, the default is the number of available CPU cores. .TP \fB\-\-queue\-backlog\fR, \fB\-Q\fR Maximum number of data blocks in the thread worker queue before the packer -- cgit v1.2.3