Deleted Added
full compact
gconcat.8 (132100) gconcat.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/concat/gconcat.8 132100 2004-07-13 12:32:20Z pjd $
25.\" $FreeBSD: head/sbin/geom/class/concat/gconcat.8 132344 2004-07-18 08:00:30Z pjd $
26.\"
27.Dd May 21, 2004
28.Dt GCONCAT 8
29.Os
30.Sh NAME
31.Nm gconcat
32.Nd "disk concatenation control utility"
33.Sh SYNOPSIS

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

56.Ar name
57.Op Ar name2 Op Ar ...
58.Nm
59.Cm clear
60.Op Fl v
61.Ar dev1
62.Op Ar dev2 Op Ar ...
63.Nm
26.\"
27.Dd May 21, 2004
28.Dt GCONCAT 8
29.Os
30.Sh NAME
31.Nm gconcat
32.Nd "disk concatenation control utility"
33.Sh SYNOPSIS

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

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

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

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

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

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

--- 57 unchanged lines hidden ---
127.It Cm list
128List all or the given currently configured devices.
129.It Cm load
130Load
131.Pa geom_concat.ko
132kernel module.
133.It Cm unload
134Unload

--- 57 unchanged lines hidden ---