Deleted Added
sdiff udiff text old ( 153250 ) new ( 162142 )
full compact
1.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright

--- 7 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/sbin/geom/class/nop/gnop.8 153250 2005-12-08 23:00:31Z pjd $
26.\"
27.Dd May 21, 2004
28.Dt GNOP 8
29.Os
30.Sh NAME
31.Nm gnop
32.Nd "control utility for NOP GEOM class"
33.Sh SYNOPSIS
34.Nm
35.Cm create
36.Op Fl v
37.Op Fl f Ar failprob
38.Op Fl o Ar offset
39.Op Fl s Ar size
40.Op Fl S Ar secsize
41.Ar dev ...
42.Nm
43.Cm configure
44.Op Fl v
45.Op Fl f Ar failprob
46.Ar prov ...
47.Nm
48.Cm destroy
49.Op Fl fv
50.Ar prov ...
51.Nm
52.Cm reset
53.Op Fl v

--- 45 unchanged lines hidden (view full) ---

99See
100.Xr geom 8 .
101.It Cm unload
102See
103.Xr geom 8 .
104.El
105.Pp
106Additional options:
107.Bl -tag -width ".Fl f Ar failprob"
108.It Fl f
109Force the removal of the specified provider.
110.It Fl f Ar failprob
111Specifies failure probability in percentage.
112.It Fl o Ar offset
113Where to begin on the original provider.
114.It Fl s Ar size
115Size of the transparent provider.
116.It Fl S Ar secsize
117Sector size of the transparent provider.
118.It Fl v
119Be more verbose.
120.El
121.Sh SYSCTL VARIABLES
122The following
123.Xr sysctl 8
124variables can be used to control the behavior of the
125.Nm NOP

--- 42 unchanged lines hidden ---