From 731fda35ce88946da33482413f668ed0742794f7 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 18 Sep 2006 11:55:10 +0000 Subject: Markup fixes. --- sbin/geom/class/mirror/gmirror.8 | 8 +++++--- sbin/geom/class/nop/gnop.8 | 7 ++++--- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'sbin/geom/class') diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8 index 8feb316..a58212c 100644 --- a/sbin/geom/class/mirror/gmirror.8 +++ b/sbin/geom/class/mirror/gmirror.8 @@ -120,7 +120,9 @@ 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 the prefer balance algorithm +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, e.g.\& after a power failure when the device was open for writing. .Pp @@ -291,7 +293,8 @@ This is possible, but some conditions have to be met. First of all, a kernel dump will go only to one component and .Nm always chooses the component with the highest priority. -Reading a dump from the mirror on boot will only work if the prefer +Reading a dump from the mirror on boot will only work if the +.Cm prefer balance algorithm is used (that way .Nm will read only from the component with the highest priority). @@ -320,7 +323,6 @@ will find nothing. If on the next boot a component with the highest priority will be synchronized, the prefer balance algorithm will read from the next one, thus will find nothing there. -.Ed .Sh SEE ALSO .Xr geom 4 , .Xr dumpon 8 , diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8 index 2ec29fa..550ded1 100644 --- a/sbin/geom/class/nop/gnop.8 +++ b/sbin/geom/class/nop/gnop.8 @@ -108,7 +108,7 @@ See .El .Pp Additional options: -.Bl -tag -width ".Fl f Ar rfailprob" +.Bl -tag -width ".Fl r Ar rfailprob" .It Fl e Ar error Specifies the error number to return on failure. .It Fl f @@ -153,10 +153,11 @@ gnop create -v -f 50 da0 gnop destroy -v da0.nop .Ed .Pp -The traffic statistics for the given transparent providers we can get with +The traffic statistics for the given transparent providers can be obtained +with the .Cm list command. -Example below shows how can we obtain number of bytes written with +Example below shows the number of bytes written with .Xr newfs 8 : .Bd -literal -offset indent gnop create da0 -- cgit v1.1