geom.8 (d181a912670558d40bb3a7fcda2703608e152774) geom.8 (94db10b2db29f897e4934544a5efeaa704d06aa3)
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.

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

57.Ar provider-name
58.Nm
59.Fl t
60.Sh DESCRIPTION
61The
62.Nm
63utility is used to control various GEOM classes.
64A class has to be aware of
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.

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

57.Ar provider-name
58.Nm
59.Fl t
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
65.Nm
66communication methods, but there are also some standard commands
67which can be used for existing
66communication methods, but there are also some standard commands
67which can be used for existing
68.Xr geom 8
68.Nm
69unaware classes.
70Here is the list of standard commands:
71.Bl -tag -width ".Cm status"
72.It Cm help
73List all available commands for the given class.
74.It Cm list
75Print detailed information (within the given class) about all geoms
76(if no additional arguments were specified) or the given geoms.

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

123directory and are loaded via
124.Xr dlopen 3
125function when the class name is known.
126When a class-specific shared library exists, a direct utility should also be
127available under the name of
128.Nm g Ns Ar class .
129.Pp
130Currently available classes which are aware of
69unaware classes.
70Here is the list of standard commands:
71.Bl -tag -width ".Cm status"
72.It Cm help
73List all available commands for the given class.
74.It Cm list
75Print detailed information (within the given class) about all geoms
76(if no additional arguments were specified) or the given geoms.

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

123directory and are loaded via
124.Xr dlopen 3
125function when the class name is known.
126When a class-specific shared library exists, a direct utility should also be
127available under the name of
128.Nm g Ns Ar class .
129.Pp
130Currently available classes which are aware of
131.Xr geom 8 :
131.Nm :
132.Pp
133.Bl -bullet -offset indent -compact
134.It
135CACHE
136.It
137CONCAT
138.It
139ELI

--- 87 unchanged lines hidden ---
132.Pp
133.Bl -bullet -offset indent -compact
134.It
135CACHE
136.It
137CONCAT
138.It
139ELI

--- 87 unchanged lines hidden ---