summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-11-14 16:20:51 +1100
committerNeilBrown <neilb@suse.de>2008-11-14 16:20:51 +1100
commit84ba6910af0bb94d599967bc1f3cc62b62f7e94a (patch)
treea9db7a6b0e7ec1bd3b479d98f2ee3a07591642f9
parent257abe70415427f471ad245f202f153c0aa6d1f5 (diff)
downloadmdadm-84ba6910af0bb94d599967bc1f3cc62b62f7e94a.tar.gz
Fix confusing usage in md.4 man page.
"degraded write performance" could be confused with "write performance when degraded". It really means "reduced write performance", so say that.
-rw-r--r--md.42
1 files changed, 1 insertions, 1 deletions
diff --git a/md.4 b/md.4
index af1a796..dfd287f 100644
--- 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.