diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-02 01:26:08 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-02 01:26:54 +0100 |
commit | 199c35e4c9cfd10d070392d58625e86b2f8f4c19 (patch) | |
tree | b2faa87b1ab3ce99f5f82e4d64f704a5a2ac0ad9 /doc | |
parent | 8f6cac0f6cf931eb08243447d48a71425e5ec3d4 (diff) |
Update man pages
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gensquashfs.1 | 4 | ||||
-rw-r--r-- | doc/tar2sqfs.1 | 4 |
2 files changed, 4 insertions, 4 deletions
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 <count> -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 <count> 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 <count> -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 <count> Maximum number of data blocks in the thread worker queue before the packer |