]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fallocate: (man) slightly improve the grammar of two sentences
authorBenno Schulenberg <bensberg@telfort.nl>
Thu, 18 Sep 2025 08:57:06 +0000 (10:57 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 23 Sep 2025 12:07:09 +0000 (14:07 +0200)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/fallocate.1.adoc

index 69602f01c550fb282debd409f2f9f670c39b6509..0b7ea39dbbd87d0c2a62b3517df00fbbea266919 100644 (file)
@@ -70,7 +70,7 @@ Enable POSIX operation mode. In that mode allocation operation always completes,
 *-z*, *--zero-range*::
 Zeroes space in the byte range starting at _offset_ and continuing for _length_ bytes. Within the specified range, blocks are preallocated for the regions that span the holes in the file. After a successful call, subsequent reads from this range will return zeroes.
 +
-Zeroing is done within the filesystem preferably by converting the range into unwritten extents. This approach means that the specified range will not be physically zeroed out on the device (except for partial blocks at the either end of the range), and I/O is (otherwise) required only to update metadata.
+Zeroing is done within the filesystem preferably by converting the range into unwritten extents. This approach means that the specified range will not be physically zeroed out on the device (except for partial blocks at either end of the range), and I/O is (otherwise) required only to update metadata.
 +
 Option *--keep-size* can be specified to prevent file length modification.
 +
@@ -81,7 +81,7 @@ Zeroes space in the byte range starting at _offset_ and continuing for _length_
 +
 Zeroing is done within the filesystem. The filesystem may use a hardware-accelerated zeroing command or may submit regular writes. The behavior depends on the filesystem design and the available hardware.
 +
-Options *--keep-size* cannot be specified for the write-zeroes operation because allocating written blocks beyond the inode size is not permitted.
+Option *--keep-size* cannot be specified for the write-zeroes operation because allocating written blocks beyond the inode size is not permitted.
 
 include::man-common/help-version.adoc[]