summaryrefslogtreecommitdiff
path: root/mdadm.conf-example
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2003-02-12 00:17:26 +0000
committerNeil Brown <neilb@suse.de>2003-02-12 00:17:26 +0000
commit5787fa490612387a43c1897eb807b0c5612b5cd2 (patch)
tree7e126aef2e93da5052aa8c47128abb663e446e06 /mdadm.conf-example
parentbd526cee922b8e2b279f04ca067f729e9b0ee723 (diff)
mdadm-1.0.9
Diffstat (limited to 'mdadm.conf-example')
-rw-r--r--mdadm.conf-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdadm.conf-example b/mdadm.conf-example
index 65c97b70..09c79893 100644
--- a/mdadm.conf-example
+++ b/mdadm.conf-example
@@ -32,14 +32,14 @@
# Arrays can currently be identified by using a UUID, superblock minor number,
# or a listing of devices.
#
-# super-minor is usally the minor number of the metadevice
+# super-minor is usually the minor number of the metadevice
# UUID is the Universally Unique Identifier for the array
# Each can be obtained using
#
# mdadm -D <md>
#
#ARRAY /dev/md0 UUID=3aaa0122:29827cfa:5331ad66:ca767371
-#ARRAY /dev/md1 superminor=1
+#ARRAY /dev/md1 super-minor=1
#ARRAY /dev/md2 devices=/dev/hda1,/dev/hda2
#
# ARRAY lines can also specify a "spare-group" for each array. mdadm --monitor