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

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