Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- sys-utils/zramctl.8 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sys-utils/zramctl.8 b/sys-utils/zramctl.8 index 74240a1..a308233 100644 --- a/sys-utils/zramctl.8 +++ b/sys-utils/zramctl.8 @@ -68,8 +68,15 @@ 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 - +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. +.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" is optional, e.g., "K" has the same meaning as "KiB") or the suffixes -- 2.0.3 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html