]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Fix confusing usage in md.4 man page.
authorNeil Brown <neilb@suse.de>
Tue, 8 Jul 2008 00:03:09 +0000 (10:03 +1000)
committerNeil Brown <neilb@suse.de>
Tue, 8 Jul 2008 00:03:09 +0000 (10:03 +1000)
"degraded write performance" could be confused with "write performance
when degraded".  It really means "reduced write performance", so say
that.

md.4

diff --git a/md.4 b/md.4
index af1a796811f9a16de08c4045a152f9449e77eea8..dfd287f1f156db44c03715fa26303c0b6f6c9011 100644 (file)
--- a/md.4
+++ b/md.4
@@ -240,7 +240,7 @@ across a later section of all drives, always ensuring that all copies
 of any given block are on different drives.
 
 The 'far' arrangement can give sequential read performance equal to
-that of a RAID0 array, but at the cost of degraded write performance.
+that of a RAID0 array, but at the cost of reduced write performance.
 
 When 'offset' replicas are chosen, the multiple copies of a given
 chunk are laid out on consecutive drives and at consecutive offsets.