diff options
author | Scott Weikart <Scott.W@Benetech.org> | 2007-07-13 07:13:43 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-07-13 07:13:43 +0200 |
commit | 93e790afef556891e8c34b45322a01ace2ca024c (patch) | |
tree | b5c72c578cde90be049cfced2d18c8c3d88b2af6 /mdadm.conf.5 | |
parent | Typo in man page: Multipath has an L ... (diff) | |
download | mdadm-93e790afef556891e8c34b45322a01ace2ca024c.tar.xz mdadm-93e790afef556891e8c34b45322a01ace2ca024c.zip |
Substantial corrections to man pages.
From: "Scott Weikart" <Scott.W@Benetech.org>
Thanks Scott!
Diffstat (limited to 'mdadm.conf.5')
-rw-r--r-- | mdadm.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mdadm.conf.5 b/mdadm.conf.5 index e370d2c9..4807055b 100644 --- a/mdadm.conf.5 +++ b/mdadm.conf.5 @@ -6,7 +6,7 @@ ''' See file COPYING in distribution for details. .TH MDADM.CONF 5 .SH NAME -mdadm.conf \- configuration for management of Software Raid with mdadm +mdadm.conf \- configuration for management of Software RAID with mdadm .SH SYNOPSIS /etc/mdadm.conf .SH DESCRIPTION @@ -211,7 +211,7 @@ line and it should have only one address. .B MAILFROM The .B mailfrom -line (which can only be abbreviate at leat 5 characters) gives an +line (which can only be abbreviated to at least 5 characters) gives an address to appear in the "From" address for alert mails. This can be useful if you want to explicitly set a domain, as the default from address is "root" with no domain. All words on this line are @@ -295,7 +295,7 @@ DEVICE /dev/sd[bcdjkl]1 .br DEVICE /dev/hda1 /dev/hdb1 -# /dev/md0 is known by it's UID. +# /dev/md0 is known by its UID. .br ARRAY /dev/md0 UUID=3aaa0122:29827cfa:5331ad66:ca767371 .br @@ -305,7 +305,7 @@ ARRAY /dev/md0 UUID=3aaa0122:29827cfa:5331ad66:ca767371 .br ARRAY /dev/md1 superminor=1 .br -# /dev/md2 is made from precisey these two devices +# /dev/md2 is made from precisely these two devices .br ARRAY /dev/md2 devices=/dev/hda1,/dev/hdb1 |