From: Christian Goeschel Ndjomouo Date: Tue, 6 Jan 2026 02:44:29 +0000 (-0500) Subject: zramctl: (manpage) add --bytes option description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc673709d51de3bb9deab6f55ddea7374c5ce7d;p=thirdparty%2Futil-linux.git zramctl: (manpage) add --bytes option description Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/sys-utils/zramctl.8.adoc b/sys-utils/zramctl.8.adoc index 7bccc3909..6f85ab15a 100644 --- a/sys-utils/zramctl.8.adoc +++ b/sys-utils/zramctl.8.adoc @@ -45,6 +45,9 @@ Set the compression algorithm to be used for compressing data in the zram device + The *list of supported algorithms could be inaccurate* as it depends on the current kernel configuration. A basic overview can be obtained by using the command "cat /sys/block/zram0/comp_algorithm"; however, please note that this list might also be incomplete. This is due to the fact that ZRAM utilizes the Crypto API, and if certain algorithms were built as modules, it becomes impossible to enumerate all of them. +*-b*, *--bytes*:: +Print sizes in bytes, not in human-readable format. + *-f*, *--find*:: Find the first unused zram device. If a *--size* argument is present, then initialize the device.