From 292825cfe7b15e62260da1d592b2dec155605761 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 15 Apr 2017 12:48:03 +0100 Subject: [PATCH] zramctl: minor capitalization / punctuation tweaks --- pages/linux/zramctl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/zramctl.md b/pages/linux/zramctl.md index 1234fb120..183058c5d 100644 --- a/pages/linux/zramctl.md +++ b/pages/linux/zramctl.md @@ -7,11 +7,11 @@ `lsmod | grep -i zram` -- Enable zram with 2 devices. Use `zramctl` to configure the devices further: +- Enable zram with 2 devices (use `zramctl` to configure the devices further): `sudo modprobe zram num_devices={{2}}` -- Find and initialise the next free zram device to a 2GB virtual drive using lz4 compression: +- Find and initialise the next free zram device to a 2GB virtual drive using LZ4 compression: `sudo zramctl --find --size {{2GB}} --algorithm {{lz4}}`