geom.8 (0f73f7016baa6015b1b0b582033af2f1c7760af5) geom.8 (6a02738229be1d312f4e4af22d64e662a2084eee)
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.

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

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$
26.\"
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.

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

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$
26.\"
27.Dd September 13, 2018
27.Dd September 14, 2018
28.Dt GEOM 8
29.Os
30.Sh NAME
31.Nm geom
32.Nd "universal control utility for GEOM classes"
33.Sh SYNOPSIS
34.Nm
35.Ar class

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

50.Op Fl v
51.Nm
52.Ar class
53.Cm unload
54.Op Fl v
55.Nm
56.Fl p
57.Ar provider-name
28.Dt GEOM 8
29.Os
30.Sh NAME
31.Nm geom
32.Nd "universal control utility for GEOM classes"
33.Sh SYNOPSIS
34.Nm
35.Ar class

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

50.Op Fl v
51.Nm
52.Ar class
53.Cm unload
54.Op Fl v
55.Nm
56.Fl p
57.Ar provider-name
58.Nm
59.Fl t
58.Sh DESCRIPTION
59The
60.Nm
61utility is used to control various GEOM classes.
62A class has to be aware of
63.Xr geom 8
64communication methods, but there are also some standard commands
65which can be used for existing

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

106kernel module.
107.El
108.Pp
109Additional options include:
110.Bl -tag -width ".Cm status"
111.It Fl p Ar provider-name
112Print detailed information about the geom which provides
113.Ar provider-name .
60.Sh DESCRIPTION
61The
62.Nm
63utility is used to control various GEOM classes.
64A class has to be aware of
65.Xr geom 8
66communication methods, but there are also some standard commands
67which can be used for existing

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

108kernel module.
109.El
110.Pp
111Additional options include:
112.Bl -tag -width ".Cm status"
113.It Fl p Ar provider-name
114Print detailed information about the geom which provides
115.Ar provider-name .
116.It Fl t
117Display geoms hierarchy as a tree.
114.El
115.Pp
116Class-specific commands are implemented as shared libraries which
117are stored in
118.Pa /lib/geom/
119directory and are loaded via
120.Xr dlopen 3
121function when the class name is known.

--- 95 unchanged lines hidden ---
118.El
119.Pp
120Class-specific commands are implemented as shared libraries which
121are stored in
122.Pa /lib/geom/
123directory and are loaded via
124.Xr dlopen 3
125function when the class name is known.

--- 95 unchanged lines hidden ---