Deleted Added
full compact
gnop.8 (153250) gnop.8 (162142)
1.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
1.\" Copyright (c) 2004-2006 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.\"
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 $
25.\" $FreeBSD: head/sbin/geom/class/nop/gnop.8 162142 2006-09-08 09:21:21Z pjd $
26.\"
26.\"
27.Dd May 21, 2004
27.Dd September 8, 2006
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
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
37.Op Fl e Ar error
38.Op Fl o Ar offset
38.Op Fl o Ar offset
39.Op Fl r Ar rfailprob
39.Op Fl s Ar size
40.Op Fl S Ar secsize
40.Op Fl s Ar size
41.Op Fl S Ar secsize
42.Op Fl w Ar wfailprob
41.Ar dev ...
42.Nm
43.Cm configure
44.Op Fl v
43.Ar dev ...
44.Nm
45.Cm configure
46.Op Fl v
45.Op Fl f Ar failprob
47.Op Fl e Ar error
48.Op Fl r Ar rfailprob
49.Op Fl w Ar wfailprob
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:
50.Ar prov ...
51.Nm
52.Cm destroy
53.Op Fl fv
54.Ar prov ...
55.Nm
56.Cm reset
57.Op Fl v

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

103See
104.Xr geom 8 .
105.It Cm unload
106See
107.Xr geom 8 .
108.El
109.Pp
110Additional options:
107.Bl -tag -width ".Fl f Ar failprob"
111.Bl -tag -width ".Fl f Ar rfailprob"
112.It Fl e Ar error
113Specifies the error number to return on failure.
108.It Fl f
109Force the removal of the specified provider.
114.It Fl f
115Force 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.
116.It Fl o Ar offset
117Where to begin on the original provider.
118.It Fl r Ar rfailprob
119Specifies read failure probability in percent.
114.It Fl s Ar size
115Size of the transparent provider.
116.It Fl S Ar secsize
117Sector size of the transparent provider.
120.It Fl s Ar size
121Size of the transparent provider.
122.It Fl S Ar secsize
123Sector size of the transparent provider.
124.It Fl w Ar wfailprob
125Specifies write failure probability in percent.
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 ---
126.It Fl v
127Be more verbose.
128.El
129.Sh SYSCTL VARIABLES
130The following
131.Xr sysctl 8
132variables can be used to control the behavior of the
133.Nm NOP

--- 42 unchanged lines hidden ---