diff options
author | David Teigland <teigland@redhat.com> | 2018-06-27 09:19:01 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2018-06-27 09:20:21 -0500 |
commit | f96fd9961d1a80999a38b45c1d173e3df1de83e5 (patch) | |
tree | 2d2c11fa8169c6c670a260d897dbcefa4a21360a /man | |
parent | 163a30d7844e07a678c5eea8f38b5f5b2ea58d24 (diff) | |
download | lvm2-f96fd9961d1a80999a38b45c1d173e3df1de83e5.tar.gz |
Revert "man: fix lvreduce example"
-l -3 is correct, meaning reduce by 3.
This reverts commit d5bcc56eefde8349ffee93d0411c6f9fd71ceb84.
Diffstat (limited to 'man')
-rw-r--r-- | man/lvreduce.8_end | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/lvreduce.8_end b/man/lvreduce.8_end index a9cb03503..53f1ac78e 100644 --- a/man/lvreduce.8_end +++ b/man/lvreduce.8_end @@ -2,4 +2,4 @@ Reduce the size of an LV by 3 logical extents: .br -.B lvreduce -l 3 vg00/lvol1 +.B lvreduce -l -3 vg00/lvol1 |