From dbc673709d51de3bb9deab6f55ddea7374c5ce7d Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Mon, 5 Jan 2026 21:44:29 -0500 Subject: [PATCH] zramctl: (manpage) add --bytes option description Signed-off-by: Christian Goeschel Ndjomouo --- sys-utils/zramctl.8.adoc | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.47.3