From e4656fa9765f55eb4dcd45ca63b5eea43e59551b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 17 Dec 2025 13:10:13 +0100 Subject: [PATCH] zramctl: Add note about column descriptions Addresses: https://github.com/util-linux/util-linux/issues/3903 Signed-off-by: Karel Zak --- sys-utils/zramctl.8.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-utils/zramctl.8.adoc b/sys-utils/zramctl.8.adoc index c08f1e005..7bccc3909 100644 --- a/sys-utils/zramctl.8.adoc +++ b/sys-utils/zramctl.8.adoc @@ -34,6 +34,8 @@ Set up a zram device: :: If no option is given, all non-zero size zram devices are shown. +Use *--help* to get an overview of the supported output columns and their descriptions. + Note that _zramdev_ node specified on command line has to already exist. The command *zramctl* creates a new _/dev/zram_ nodes only when *--find* option specified. It's possible (and common) that after system boot _/dev/zram_ nodes are not created yet. == OPTIONS -- 2.47.3