]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.conf.5
Can now mostly assemble DDF arrays
[thirdparty/mdadm.git] / mdadm.conf.5
index 5961da7ac9296f5a0f7f356fde79b69a7a9e4dcb..aadfb23e3f0f515ba57b02c9a976386763115eca 100644 (file)
@@ -1,12 +1,12 @@
-''' Copyright Neil Brown and others.
-'''   This program is free software; you can redistribute it and/or modify
-'''   it under the terms of the GNU General Public License as published by
-'''   the Free Software Foundation; either version 2 of the License, or
-'''   (at your option) any later version.
-''' See file COPYING in distribution for details.
+.\" Copyright Neil Brown and others.
+.\"   This program is free software; you can redistribute it and/or modify
+.\"   it under the terms of the GNU General Public License as published by
+.\"   the Free Software Foundation; either version 2 of the License, or
+.\"   (at your option) any later version.
+.\" 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
@@ -285,7 +285,7 @@ with a name starting
 or
 .BR md_ .
 Give
-.B symlinked=no
+.B symlinks=no
 to suppress this symlink creation.
 .RE
 
@@ -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