diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-11-03 17:21:37 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-11-03 17:21:37 +0000 |
| commit | 9e158770cf6d4a4222ffa5e7f782df4a08ae0010 (patch) | |
| tree | 68fda97c7118d85c09ee1c6edf0763ea80584311 | |
| parent | a9052a16910fdaef5cd65cff6993daf94019ddc4 (diff) | |
Notes
| -rw-r--r-- | sbin/geom/class/raid3/graid3.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/geom/class/raid3/graid3.8 b/sbin/geom/class/raid3/graid3.8 index 7ce300b2b12f..7c445b0bd6e5 100644 --- a/sbin/geom/class/raid3/graid3.8 +++ b/sbin/geom/class/raid3/graid3.8 @@ -112,7 +112,7 @@ Without this option parity component is not used at all for reading operations when device is in complete state. With this option specified random I/O read operations are even 40% faster, but sequential reads are slower. -One cannot use this options if +One cannot use this options if the .Fl w option is also specified. .It Fl w @@ -124,7 +124,7 @@ If verification fails, error is returned and value of sysctl .Va kern.geom.raid3.stat.parity_mismatch is increased. -One cannot use this options if +One cannot use this options if the .Fl r option is also specified. .El |
