diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-02-24 01:00:09 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-02-24 01:00:09 +0000 |
commit | 506f73b1a97aa1b6e95e6adfce4bc85a9e748ff6 (patch) | |
tree | e8028db85f7614ed9e185dc70f3e6aa69b2da857 /sbin/geom | |
parent | 4a79dc0d43befe55f2c9f83a4ea84580531b1d19 (diff) | |
download | FreeBSD-src-506f73b1a97aa1b6e95e6adfce4bc85a9e748ff6.zip FreeBSD-src-506f73b1a97aa1b6e95e6adfce4bc85a9e748ff6.tar.gz |
Fix a couple of grammar nits.
PR: 77437
Submitted by: Paul A. Hoadley <paulh@logicsquad.net> (original version)
Diffstat (limited to 'sbin/geom')
-rw-r--r-- | sbin/geom/class/mirror/gmirror.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8 index a90634c..8c32f81 100644 --- a/sbin/geom/class/mirror/gmirror.8 +++ b/sbin/geom/class/mirror/gmirror.8 @@ -94,7 +94,7 @@ .Sh DESCRIPTION The .Nm -utility is used for mirrors (RAID1) configuration. +utility is used for mirror (RAID1) configurations. After a mirror's creation, all components are detected and configured automatically. All operations like failure detection, stale component detection, rebuild @@ -114,7 +114,7 @@ indicates an action to be performed: Create a mirror. The order of components is important, because a component's priority is based on its position (starting from 0). -The component with the biggest priority is used by prefer balance algorithm +The component with the biggest priority is used by the prefer balance algorithm and is also used as a master component when resynchronization is needed, e.g.\& after a power failure when the device was open for writing. .Pp @@ -203,7 +203,7 @@ Additional options include: Stop the given mirror even if it is opened. .El .It Cm list -List every currently configured devices; if a list of devices is passed as a +List every currently configured device; if a list of devices is passed as a parameter then only those devices will be shown. .It Cm load Load |