geom.8 (b03d330986d30a54c65fdf78e1bab2274bd9d2a4) geom.8 (1d723f1d518b79fdea655f82e5419ae4888ad78c)
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.

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

45which can be used for existing, not
46.Xr geom 8
47aware classes.
48Here is the list of standard commands:
49.Bl -tag -width ".Cm unload"
50.It Cm help
51List all available commands for the given class.
52.It Cm list
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.

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

45which can be used for existing, not
46.Xr geom 8
47aware classes.
48Here is the list of standard commands:
49.Bl -tag -width ".Cm unload"
50.It Cm help
51List all available commands for the given class.
52.It Cm list
53Print detailed information (within the given class) about all providers
54(if no additional arguments were specified) or the given providers.
53Print detailed information (within the given class) about all geoms
54(if no additional arguments were specified) or the given geoms.
55This command is only available if the given class exists in the kernel.
56.It Cm load
57Load the kernel module that implements the given class.
58This command is only available if the class does not yet exist in the kernel and
59the file
60.Pa geom_ Ns Ao Ar class Ac Ns Pa .ko
61can be found in one of the directories specifed in
62.Va kern.module_path

--- 61 unchanged lines hidden ---
55This command is only available if the given class exists in the kernel.
56.It Cm load
57Load the kernel module that implements the given class.
58This command is only available if the class does not yet exist in the kernel and
59the file
60.Pa geom_ Ns Ao Ar class Ac Ns Pa .ko
61can be found in one of the directories specifed in
62.Va kern.module_path

--- 61 unchanged lines hidden ---