dcavalca / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone

Blame SOURCES/0121-zramctl-be-more-specific-about-default-output.patch

64664a
From 46d4d1c8d1b62c8f2dda1639e75b5d0e6bafaf27 Mon Sep 17 00:00:00 2001
64664a
From: Karel Zak <kzak@redhat.com>
64664a
Date: Tue, 4 Apr 2017 12:06:45 +0200
64664a
Subject: [PATCH 121/121] zramctl: be more specific about default output
64664a
64664a
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=1358755
64664a
Signed-off-by: Karel Zak <kzak@redhat.com>
64664a
---
64664a
 sys-utils/zramctl.8 | 6 +++---
64664a
 1 file changed, 3 insertions(+), 3 deletions(-)
64664a
64664a
diff --git a/sys-utils/zramctl.8 b/sys-utils/zramctl.8
64664a
index f6fc45c..9ca2983 100644
64664a
--- a/sys-utils/zramctl.8
64664a
+++ b/sys-utils/zramctl.8
64664a
@@ -39,9 +39,9 @@ Set up a zram device:
64664a
 .SH DESCRIPTION
64664a
 .B zramctl
64664a
 is used to quickly set up zram device parameters, to reset zram devices, and to
64664a
-query the status of used zram devices.  If no option is given, all zram devices
64664a
-are shown.
64664a
-
64664a
+query the status of used zram devices.
64664a
+.PP
64664a
+If no option is given, all non-zero size zram devices are shown.
64664a
 .SH OPTIONS
64664a
 .TP
64664a
 .BR \-a , " \-\-algorithm lzo" | lz4
64664a
-- 
64664a
2.9.3
64664a