summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2017-03-28 00:27:04 +0200
committerHeinz Mauelshagen <heinzm@redhat.com>2017-03-28 00:27:04 +0200
commit19a72e601f64b21f0587f006f85da058737f077d (patch)
treed0d69ac89258d5eef9db64c1536fc6a8b9da71f4
parent7f312618447b0dc34901e77c45f468a738808d9b (diff)
downloadlvm2-19a72e601f64b21f0587f006f85da058737f077d.tar.gz
man: fix / typo
-rw-r--r--man/lvmraid.7_main3
-rw-r--r--tools/args.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/man/lvmraid.7_main b/man/lvmraid.7_main
index 3cbc84bf6..398a25d0c 100644
--- a/man/lvmraid.7_main
+++ b/man/lvmraid.7_main
@@ -8,7 +8,8 @@ lvmraid \(em LVM RAID
LVM RAID is a way to create logical volumes (LVs) that use multiple physical
devices to improve performance or tolerate device failure. How blocks of
data in an LV are placed onto physical devices is determined by the RAID
-level. RAID levels are commonly referred to by number, e.g. raid1, raid5.
+level. RAID levels are commonly referred by a level specific number
+suffixed to the string 'raid', e.g. raid1, raid5 or raid6.
Selecting a RAID level involves tradeoffs among physical device
requirements, fault tolerance, and performance. A description of the RAID
levels can be found at
diff --git a/tools/args.h b/tools/args.h
index b81e2c9a9..8d6b44dc6 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -837,7 +837,7 @@ arg(activate_ARG, 'a', "activate", activation_VAL, 0, 0,
"\\fBn\\fP makes the LV inactive, or unavailable, only when possible.\n"
"In some cases, creating an LV requires it to be active.\n"
"For example, COW snapshots of an active origin LV can only\n"
- "be created in the active state (this does not apply to thin snapshots.)\n"
+ "be created in the active state (this does not apply to thin snapshots).\n"
"The --zero option normally requires the LV to be active.\n"
"If autoactivation \\fBay\\fP is used, the LV is only activated\n"
"if it matches an item in lvm.conf activation/auto_activation_volume_list.\n"
@@ -995,7 +995,7 @@ arg(stripes_ARG, 'i', "stripes", number_VAL, 0, 0,
"devices that are required for parity. The largest number depends on\n"
"the RAID type (raid0: 64, raid10: 32, raid4/5: 63, raid6: 62), and\n"
"when unspecified, the default depends on the RAID type\n"
- "(raid0: 2, raid10: 4, raid4/5: 3, raid6: 5.)\n"
+ "(raid0: 2, raid10: 2, raid4/5: 3, raid6: 5.)\n"
"To stripe a new raid LV across all PVs by default,\n"
"see lvm.conf allocation/raid_stripe_all_devices.\n")