From: Karel Zak Date: Fri, 23 Apr 2021 11:01:57 +0000 (+0200) Subject: zramctl: (man) fix streams default number X-Git-Tag: v2.37-rc2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9081962efbcf835487dfc491c8bdd7de4592949;p=thirdparty%2Futil-linux.git zramctl: (man) fix streams default number References: https://www.kernel.org/doc/html/latest/admin-guide/blockdev/zram.html#set-max-number-of-compression-streams References: https://github.com/torvalds/linux/commit/da9556a2367cf2261ab4d3e100693c82fb1ddb26 Fixes: https://github.com/karelzak/util-linux/issues/1283 Signed-off-by: Karel Zak --- diff --git a/sys-utils/zramctl.8.adoc b/sys-utils/zramctl.8.adoc index c45d6f9f30..7b684ed444 100644 --- a/sys-utils/zramctl.8.adoc +++ b/sys-utils/zramctl.8.adoc @@ -65,7 +65,7 @@ Create a zram device of the specified _size_. Zram devices are aligned to memory The _size_ argument may be followed by the multiplicative suffixes KiB (=1024), MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, ZiB and YiB (the "iB" is optional, e.g., "K" has the same meaning as "KiB") or the suffixes KB (=1000), MB (=1000*1000), and so on for GB, TB, PB, EB, ZB and YB. *-t*, *--streams* _number_:: -Set the maximum number of compression streams that can be used for the device. The default is one stream. +Set the maximum number of compression streams that can be used for the device. The default is use all CPUs and one stream for kernels older than 4.6. *-V*, *--version*:: Display version information and exit.