]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
zramctl: (manpage) add --bytes option description
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 6 Jan 2026 02:44:29 +0000 (21:44 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Jan 2026 09:42:22 +0000 (10:42 +0100)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/zramctl.8.adoc

index 7bccc3909d38a53d0ad476e6385e9f57f503b038..6f85ab15a16da4f9aee2a26eabef097f0f78b743 100644 (file)
@@ -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.