summaryrefslogtreecommitdiffstats
path: root/man/lvreduce.8.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/lvreduce.8.in')
-rw-r--r--man/lvreduce.8.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/lvreduce.8.in b/man/lvreduce.8.in
index 5d55b5cf..fc772233 100644
--- a/man/lvreduce.8.in
+++ b/man/lvreduce.8.in
@@ -37,7 +37,7 @@ be a multiple of the number of stripes.
See \fBlvm\fP for common options.
.TP
.I \-f, \-\-force
-Force size reduction without any question.
+Force size reduction without prompting even when it may cause data loss.
.TP
.I \-\-noudevsync
Disable udev synchronisation. The
@@ -70,11 +70,11 @@ an absolute size.
.I \-n, \-\-nofsck
Do not perform fsck before resizing filesystem when filesystem
requires it. You may need to use \fB--force\fR to proceed with
-this option. Note: using this option is dangerous.
+this option.
.TP
.I \-r, \-\-resizefs
-Resize underlying filesystem together with logical volume size.
-\fBfsadm\fR tool is used for filesystem resize.
+Resize underlying filesystem together with the logical volume using
+\fBfsadm\fR(8).
.SH Example
"lvreduce -l -3 vg00/lvol1" reduces the size of logical volume lvol1
in volume group vg00 by 3 logical extents.