Author: mav
Date: Thu Dec 10 23:46:37 2009
New Revision: 200372
URL: http://svn.freebsd.org/changeset/base/200372

Log:
  MFC r197044:
  Actually component with the greatest priority is used by the prefer balance
  algorithm.

Modified:
  stable/8/sbin/geom/class/mirror/gmirror.8
Directory Properties:
  stable/8/sbin/geom/   (props changed)

Modified: stable/8/sbin/geom/class/mirror/gmirror.8
==============================================================================
--- stable/8/sbin/geom/class/mirror/gmirror.8   Thu Dec 10 23:28:54 2009        
(r200371)
+++ stable/8/sbin/geom/class/mirror/gmirror.8   Thu Dec 10 23:46:37 2009        
(r200372)
@@ -122,7 +122,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 to 255).
-The component with the biggest priority (the lowest number) is used by the
+The component with the biggest priority is used by the
 .Cm prefer
 balance algorithm
 and is also used as a master component when resynchronization is needed,
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to