]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix typo in blkdiscard docs
authorpls-no-hack <107148611+pls-no-hack@users.noreply.github.com>
Fri, 28 Mar 2025 13:52:49 +0000 (13:52 +0000)
committerGitHub <noreply@github.com>
Fri, 28 Mar 2025 13:52:49 +0000 (13:52 +0000)
sys-utils/blkdiscard.8.adoc

index 3be78b49dcca6c98578c96ad1792f9d6281ecc8a..1ae4c5fa050e0325c350687af720951e2ef25bc5 100644 (file)
@@ -16,7 +16,7 @@ blkdiscard - discard sectors on a device
 
 == DESCRIPTION
 
-*blkdiscard* is used to discard device sectors. This is useful for solid-state drivers (SSDs) and thinly-provisioned storage. Unlike *fstrim*(8), this command is used directly on the block device.
+*blkdiscard* is used to discard device sectors. This is useful for solid-state drives (SSDs) and thinly-provisioned storage. Unlike *fstrim*(8), this command is used directly on the block device.
 
 By default, *blkdiscard* will discard all blocks on the device. Options may be used to modify this behavior based on range or size, as explained below.