From: Alberto Ruiz Date: Thu, 12 May 2022 21:35:21 +0000 (+0200) Subject: losetup: Fix typo for the --sector-size docs X-Git-Tag: v2.38.1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3530f10dbb45e6fd7662989c7dd72023de3dfa60;p=thirdparty%2Futil-linux.git losetup: Fix typo for the --sector-size docs --- diff --git a/sys-utils/losetup.8.adoc b/sys-utils/losetup.8.adoc index 0dc58fe65b..94e8e7b94b 100644 --- a/sys-utils/losetup.8.adoc +++ b/sys-utils/losetup.8.adoc @@ -78,7 +78,7 @@ The data start is moved _offset_ bytes into the specified file or device. The _o The data end is set to no more than _size_ bytes after the data start. The _size_ may be followed by the multiplicative suffixes; see above. *-b*, *--sector-size* _size_:: -Set the logical sector size of the loop device in bytes (since Linux 4.14). The option may be used when create a new loop device as well as stand-alone command to modify sector size of the already existing loop device. +Set the logical sector size of the loop device in bytes (since Linux 4.14). The option may be used when creating a new loop device as well as a stand-alone command to modify sector size of the already existing loop device. *-c*, *--set-capacity* _loopdev_:: Force the loop driver to reread the size of the file associated with the specified loop device.