diff options
| author | pls-no-hack <107148611+pls-no-hack@users.noreply.github.com> | 2025-03-28 13:52:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-28 13:52:49 +0000 |
| commit | 7d181e8f1ecdeca764b62f1daf0bb13cec349e7e (patch) | |
| tree | 0d9b74b85a54317d2f558f770e789c1fd8e9c41c /sys-utils | |
| parent | 477752620c9826ce9b568045f3184d04464ff67e (diff) | |
| download | util-linux-7d181e8f1ecdeca764b62f1daf0bb13cec349e7e.tar.gz | |
Fix typo in blkdiscard docs
Diffstat (limited to 'sys-utils')
| -rw-r--r-- | sys-utils/blkdiscard.8.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/blkdiscard.8.adoc b/sys-utils/blkdiscard.8.adoc index 3be78b49dc..1ae4c5fa05 100644 --- a/sys-utils/blkdiscard.8.adoc +++ b/sys-utils/blkdiscard.8.adoc @@ -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. |
