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.
This commit is contained in:
Neil Brown 2008-07-08 10:03:09 +10:00
parent 6d6de2ee68
commit 91c0038813
1 changed files with 1 additions and 1 deletions

2
md.4
View File

@ -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.