summaryrefslogtreecommitdiffstats
path: root/sys-utils/zramctl.8
diff options
context:
space:
mode:
authorLibor Bukata2018-01-24 17:10:09 +0100
committerLibor Bukata2018-01-24 17:10:09 +0100
commita3612b81fe0c172bc4fe7e2cf468f195bd785222 (patch)
tree2b958a0d4622229cebdaa19f7597ebb365f613d8 /sys-utils/zramctl.8
parentcal: do not set months_in_row with -3 option (diff)
downloadkernel-qcow2-util-linux-a3612b81fe0c172bc4fe7e2cf468f195bd785222.tar.gz
kernel-qcow2-util-linux-a3612b81fe0c172bc4fe7e2cf468f195bd785222.tar.xz
kernel-qcow2-util-linux-a3612b81fe0c172bc4fe7e2cf468f195bd785222.zip
Added the support for lz4hc, deflate, and 842
compression algorithms in zramctl utility. Signed-off-by: Libor Bukata <lbukata@gmail.com>
Diffstat (limited to 'sys-utils/zramctl.8')
-rw-r--r--sys-utils/zramctl.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/zramctl.8 b/sys-utils/zramctl.8
index 9ca2983b9..679a8a175 100644
--- a/sys-utils/zramctl.8
+++ b/sys-utils/zramctl.8
@@ -44,7 +44,7 @@ query the status of used zram devices.
If no option is given, all non-zero size zram devices are shown.
.SH OPTIONS
.TP
-.BR \-a , " \-\-algorithm lzo" | lz4
+.BR \-a , " \-\-algorithm lzo" | lz4 | lz4hc | deflate | 842
Set the compression algorithm to be used for compressing data in the zram device.
.TP
.BR \-f , " \-\-find"