From: Neil Brown Date: Tue, 8 Jul 2008 00:03:09 +0000 (+1000) Subject: Fix confusing usage in md.4 man page. X-Git-Tag: mdadm-2.6.8~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c0038813bb6b125770adc6f1dff9f3ed2eb21e;p=thirdparty%2Fmdadm.git 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. --- diff --git a/md.4 b/md.4 index af1a7968..dfd287f1 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.