fstrim: a few tiny tweaks of the man page

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2016-03-08 10:07:47 +01:00 committed by Karel Zak
parent 2da0d7c0c2
commit bbe6f3cf39
1 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ Running
frequently, or even using
.BR "mount -o discard" ,
might negatively affect the lifetime of poor-quality SSD devices. For most
desktop and server systems the sufficient trimming frequency is once a week.
desktop and server systems a sufficient trimming frequency is once a week.
Note that not all
devices support a queued trim, so each trim command incurs a performance penalty
on whatever else might be trying to use the disk at the time.
@ -64,11 +64,11 @@ will stop at the filesystem size boundary. The default value extends to
the end of the filesystem.
.IP "\fB\-m, \-\-minimum\fP \fIminimum-size\fP"
Minimum contiguous free range to discard, in bytes. (This value is internally
rounded up to a multiple of the filesystem block size). Free ranges smaller
rounded up to a multiple of the filesystem block size.) Free ranges smaller
than this will be ignored. By increasing this value, the fstrim operation
will complete more quickly for filesystems with badly fragmented freespace,
although not all blocks will be discarded. Default value is zero, discard
every free block.
although not all blocks will be discarded. The default value is zero,
discarding every free block.
.IP "\fB\-v, \-\-verbose\fP"
Verbose execution. With this option
.B fstrim
@ -114,7 +114,7 @@ Lukas Czerner <lczerner@redhat.com>
Karel Zak <kzak@redhat.com>
.fi
.SH SEE ALSO
.BR mount (8)
.BR mount (8),
.BR blkdiscard (8)
.SH AVAILABILITY
The fstrim command is part of the util-linux package and is available from