aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/core/geom.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/core/geom.8')
-rw-r--r--sbin/geom/core/geom.822
1 files changed, 15 insertions, 7 deletions
diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8
index 298fc2b1d4fd..124ea0f2be11 100644
--- a/sbin/geom/core/geom.8
+++ b/sbin/geom/core/geom.8
@@ -22,9 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
-.Dd September 14, 2018
+.Dd May 9, 2023
.Dt GEOM 8
.Os
.Sh NAME
@@ -62,10 +60,10 @@ The
.Nm
utility is used to control various GEOM classes.
A class has to be aware of
-.Xr geom 8
+.Nm
communication methods, but there are also some standard commands
which can be used for existing
-.Xr geom 8
+.Nm
unaware classes.
Here is the list of standard commands:
.Bl -tag -width ".Cm status"
@@ -127,8 +125,9 @@ When a class-specific shared library exists, a direct utility should also be
available under the name of
.Nm g Ns Ar class .
.Pp
-Currently available classes which are aware of
-.Xr geom 8 :
+Currently, classes aware of
+.Nm
+are:
.Pp
.Bl -bullet -offset indent -compact
.It
@@ -162,6 +161,10 @@ SHSEC
.It
STRIPE
.It
+UNION
+.It
+VINUM (deprecated)
+.It
VIRSTOR
.El
.Sh ENVIRONMENT
@@ -180,7 +183,10 @@ The following example shows how to set up a stripe on three disks for automatic
configuration:
.Bd -literal -offset indent
geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
+.Ed
+.Pp
or:
+.Bd -literal -offset indent
gstripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
.Ed
.Pp
@@ -210,6 +216,8 @@ geom md unload
.Xr gsched 8 ,
.Xr gshsec 8 ,
.Xr gstripe 8 ,
+.Xr gunion 8 ,
+.Xr gvinum 8 ,
.Xr gvirstor 8
.Sh HISTORY
The