diff options
| -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. |
