]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdmon.8
mdadm/mdopen: create new function create_named_array for writing to new_array
[thirdparty/mdadm.git] / mdmon.8
diff --git a/mdmon.8 b/mdmon.8
index a968cdb031aa8e9e9b2f1f45a710e292eb835b87..ac7352fc5822bdb4a87e71eee3e9ef8288876d26 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.2.5
+.TH MDMON 8 "" v4.0
 .SH NAME
 mdmon \- monitor MD external metadata arrays
 
@@ -101,8 +101,8 @@ call is still required.
 External metadata formats, like DDF, differ from the native MD metadata
 formats in that they define a set of disks and a series of sub-arrays
 within those disks.  MD metadata in comparison defines a 1:1
-relationship between a set of block devices and a raid array.  For
-example to create 2 arrays at different raid levels on a single
+relationship between a set of block devices and a RAID array.  For
+example to create 2 arrays at different RAID levels on a single
 set of disks, MD metadata requires the disks be partitioned and then
 each array can be created with a subset of those partitions.  The
 supported external formats perform this disk carving internally.