]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
losetup: add reference to suffixes for --{sizelimit,offset}
authorKarel Zak <kzak@redhat.com>
Wed, 8 Aug 2018 11:12:27 +0000 (13:12 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Aug 2018 11:12:27 +0000 (13:12 +0200)
Reported-by: Milan Broz <gmazyland@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/losetup.8

index a7e38f4f4fc89dfce61a4f45c436eca097b6a328..c31d7475f4d8eee861b4d428a2e99fdef53d7151 100644 (file)
@@ -108,9 +108,11 @@ makes sense only with \fB\-\-find\fP.
 Show the status of all loop devices associated with the given \fIfile\fR.
 .TP
 .BR \-o , " \-\-offset " \fIoffset
-The data start is moved \fIoffset\fP bytes into the specified file or device.
+The data start is moved \fIoffset\fP bytes into the specified file or device.  The \fIoffset\fP
+may be followed by the multiplicative suffixes; see above.
 .IP "\fB\-\-sizelimit \fIsize\fP"
-The data end is set to no more than \fIsize\fP bytes after the data start.
+The data end is set to no more than \fIsize\fP bytes after the data start.  The \fIsize\fP
+may be followed by the multiplicative suffixes; see above.
 .TP
 .BR \-b , " \-\-sector-size " \fIsize
 Set the logical sector size of the loop device in bytes (since Linux 4.14). The