Deleted Added
full compact
gstripe.8 (132099) gstripe.8 (132344)
1.\" Copyright (c) 2004 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.

--- 8 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.\"
1.\" Copyright (c) 2004 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.

--- 8 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/stripe/gstripe.8 132099 2004-07-13 12:30:11Z pjd $
25.\" $FreeBSD: head/sbin/geom/class/stripe/gstripe.8 132344 2004-07-18 08:00:30Z pjd $
26.\"
27.Dd May 21, 2004
28.Dt GSTRIPE 8
29.Os
30.Sh NAME
31.Nm gstripe
32.Nd "control utility for striped devices"
33.Sh SYNOPSIS

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

58.Ar name
59.Op Ar name2 Op Ar ...
60.Nm
61.Cm clear
62.Op Fl v
63.Ar dev1
64.Op Ar dev2 Op Ar ...
65.Nm
26.\"
27.Dd May 21, 2004
28.Dt GSTRIPE 8
29.Os
30.Sh NAME
31.Nm gstripe
32.Nd "control utility for striped devices"
33.Sh SYNOPSIS

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

58.Ar name
59.Op Ar name2 Op Ar ...
60.Nm
61.Cm clear
62.Op Fl v
63.Ar dev1
64.Op Ar dev2 Op Ar ...
65.Nm
66.Cm dump
67.Ar dev1
68.Op Ar dev2 Op Ar ...
69.Nm
66.Cm list
67.Op Ar prov Op Ar ...
68.Nm
69.Cm load
70.Op Fl v
71.Nm
72.Cm unload
73.Op Fl v

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

115Turn off existing striped device by its
116.Ar name .
117This command does not touch on-disk metadata!
118.It Cm destroy
119Same as
120.Cm stop .
121.It Cm clear
122Clear metadata on the given devices.
70.Cm list
71.Op Ar prov Op Ar ...
72.Nm
73.Cm load
74.Op Fl v
75.Nm
76.Cm unload
77.Op Fl v

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

119Turn off existing striped device by its
120.Ar name .
121This command does not touch on-disk metadata!
122.It Cm destroy
123Same as
124.Cm stop .
125.It Cm clear
126Clear metadata on the given devices.
127.It Cm dump
128Dump metadata stored on the given devices.
123.It Cm list
124List all or the given currently configured devices.
125.It Cm load
126Load
127.Pa geom_stripe.ko
128kernel module.
129.It Cm unload
130Unload

--- 80 unchanged lines hidden ---
129.It Cm list
130List all or the given currently configured devices.
131.It Cm load
132Load
133.Pa geom_stripe.ko
134kernel module.
135.It Cm unload
136Unload

--- 80 unchanged lines hidden ---