public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: improve the description of --size in the man page of zramctl
@ 2014-08-11 20:23 Benno Schulenberg
  2014-08-11 20:34 ` Benno Schulenberg
  2014-08-20  9:01 ` Karel Zak
  0 siblings, 2 replies; 5+ messages in thread
From: Benno Schulenberg @ 2014-08-11 20:23 UTC (permalink / raw)
  To: util-linux

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
 sys-utils/zramctl.8 |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/sys-utils/zramctl.8 b/sys-utils/zramctl.8
index a308233..6f82ccf 100644
--- a/sys-utils/zramctl.8
+++ b/sys-utils/zramctl.8
@@ -67,15 +67,10 @@ Reset the options of the specified zram device(s).  Zram device settings
 can be changed only after a reset.
 .TP
 .BR \-s , " \-\-size " \fIsize
-Force the zram driver to reread the size of the file associated with
-the specified zram device.  When not specified the
-.I size
-unit is bytes.  The zram devices size is page size aligned.  When
-requested
-.I size
-does match with page size the device be large enough to hold the reqested
-.I size
-plus length to next page boundary.
+Create a zram device of the specified \fIsize\fR.
+Zram devices are aligned to memory pages; when the requested \fIsize\fR is
+not a multiple of the page size, it will be rounded up to the next multiple.
+When not otherwise specified, the unit of the \fIsize\fR parameter is bytes.
 .IP
 The \fIsize\fR argument may be followed by the multiplicative suffixes KiB (=1024),
 MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, ZiB and YiB (the "iB"
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-20  9:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 20:23 [PATCH] docs: improve the description of --size in the man page of zramctl Benno Schulenberg
2014-08-11 20:34 ` Benno Schulenberg
2014-08-12 12:37   ` Karel Zak
2014-08-12 20:10     ` Benno Schulenberg
2014-08-20  9:01 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox