summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-03-14 13:14:04 +0000
committerpjd <pjd@FreeBSD.org>2005-03-14 13:14:04 +0000
commit8ef3f502d08b321a9ca55323f411a12a33c0618a (patch)
treebe1fc396e30629f7041831c5649882b3121e36f3 /sbin/geom
parentb1046d1ec56f763a808fe9f3fb64a44930132613 (diff)
downloadFreeBSD-src-8ef3f502d08b321a9ca55323f411a12a33c0618a.zip
FreeBSD-src-8ef3f502d08b321a9ca55323f411a12a33c0618a.tar.gz
Instead of documenting every standard subcommand's argument everywhere,
just leave reference to geom(8). MFC after: 1 week
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/concat/gconcat.822
-rw-r--r--sbin/geom/class/label/glabel.822
-rw-r--r--sbin/geom/class/mirror/gmirror.822
-rw-r--r--sbin/geom/class/nop/gnop.822
-rw-r--r--sbin/geom/class/raid3/graid3.822
-rw-r--r--sbin/geom/class/shsec/gshsec.822
-rw-r--r--sbin/geom/class/stripe/gstripe.822
7 files changed, 56 insertions, 98 deletions
diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8
index 5ae4af8..c91c0b9 100644
--- a/sbin/geom/class/concat/gconcat.8
+++ b/sbin/geom/class/concat/gconcat.8
@@ -58,16 +58,12 @@
.Ar prov ...
.Nm
.Cm list
-.Op Ar name ...
.Nm
.Cm status
-.Op Ar name ...
.Nm
.Cm load
-.Op Fl v
.Nm
.Cm unload
-.Op Fl v
.Sh DESCRIPTION
The
.Nm
@@ -120,19 +116,17 @@ Clear metadata on the given devices.
.It Cm dump
Dump metadata stored on the given devices.
.It Cm list
-Print detailed information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm status
-Print general information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm load
-Load
-.Pa geom_concat.ko
-kernel module.
+See
+.Xr geom 8 .
.It Cm unload
-Unload
-.Pa geom_concat.ko
-kernel module.
+See
+.Xr geom 8 .
.El
.Pp
Additional options:
diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8
index a33c1f1..707919f 100644
--- a/sbin/geom/class/label/glabel.8
+++ b/sbin/geom/class/label/glabel.8
@@ -58,16 +58,12 @@
.Ar dev ...
.Nm
.Cm list
-.Op Ar prov ...
.Nm
.Cm status
-.Op Ar prov ...
.Nm
.Cm load
-.Op Fl v
.Nm
.Cm unload
-.Op Fl v
.Sh DESCRIPTION
The
.Nm
@@ -147,19 +143,17 @@ Clear metadata on the given devices.
.It Cm dump
Dump metadata stored on the given devices.
.It Cm list
-Print detailed information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm status
-Print general information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm load
-Load
-.Pa geom_label.ko
-kernel module.
+See
+.Xr geom 8 .
.It Cm unload
-Unload
-.Pa geom_label.ko
-kernel module.
+See
+.Xr geom 8 .
.El
.Pp
Additional options:
diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8
index b8ff368..e30c56c 100644
--- a/sbin/geom/class/mirror/gmirror.8
+++ b/sbin/geom/class/mirror/gmirror.8
@@ -84,16 +84,12 @@
.Ar name ...
.Nm
.Cm list
-.Op Ar name ...
.Nm
.Cm status
-.Op Ar name ...
.Nm
.Cm load
-.Op Fl v
.Nm
.Cm unload
-.Op Fl v
.Sh DESCRIPTION
The
.Nm
@@ -206,19 +202,17 @@ Additional options include:
Stop the given mirror even if it is opened.
.El
.It Cm list
-Print detailed information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm status
-Print general information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm load
-Load
-.Pa geom_mirror.ko
-kernel module.
+See
+.Xr geom 8 .
.It Cm unload
-Unload
-.Pa geom_mirror.ko
-kernel module.
+See
+.Xr geom 8 .
.El
.Pp
Additional options include:
diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8
index 259ea17..2663508 100644
--- a/sbin/geom/class/nop/gnop.8
+++ b/sbin/geom/class/nop/gnop.8
@@ -50,16 +50,12 @@
.Ar prov ...
.Nm
.Cm list
-.Op Ar prov ...
.Nm
.Cm status
-.Op Ar prov ...
.Nm
.Cm load
-.Op Fl v
.Nm
.Cm unload
-.Op Fl v
.Sh DESCRIPTION
The
.Nm
@@ -89,19 +85,17 @@ will be loaded if it is not loaded already.
.It Cm destroy
Turn off the given transparent providers.
.It Cm list
-Print detailed information about every currently configured device; if a list of
-providers is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm status
-Print general information about every currently configured device; if a list of
-providers is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm load
-Load
-.Pa geom_nop.ko
-kernel module.
+See
+.Xr geom 8 .
.It Cm unload
-Unload
-.Pa geom_nop.ko
-kernel module.
+See
+.Xr geom 8 .
.El
.Pp
Additional options:
diff --git a/sbin/geom/class/raid3/graid3.8 b/sbin/geom/class/raid3/graid3.8
index b67668f..b2da0bf 100644
--- a/sbin/geom/class/raid3/graid3.8
+++ b/sbin/geom/class/raid3/graid3.8
@@ -66,16 +66,12 @@
.Ar name ...
.Nm
.Cm list
-.Op Ar name ...
.Nm
.Cm status
-.Op Ar name ...
.Nm
.Cm load
-.Op Fl v
.Nm
.Cm unload
-.Op Fl v
.Sh DESCRIPTION
The
.Nm
@@ -177,19 +173,17 @@ Additional options include:
Stop the given array even if it is opened.
.El
.It Cm list
-Print detailed information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm status
-Print general information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm load
-Load
-.Pa geom_raid3.ko
-kernel module.
+See
+.Xr geom 8 .
.It Cm unload
-Unload
-.Pa geom_raid3.ko
-kernel module.
+See
+.Xr geom 8 .
.El
.Pp
Additional options include:
diff --git a/sbin/geom/class/shsec/gshsec.8 b/sbin/geom/class/shsec/gshsec.8
index bbb8ab0..67dff5d 100644
--- a/sbin/geom/class/shsec/gshsec.8
+++ b/sbin/geom/class/shsec/gshsec.8
@@ -49,16 +49,12 @@
.Ar prov ...
.Nm
.Cm list
-.Op Ar name ...
.Nm
.Cm status
-.Op Ar name ...
.Nm
.Cm load
-.Op Fl v
.Nm
.Cm unload
-.Op Fl v
.Sh DESCRIPTION
The
.Nm
@@ -84,19 +80,17 @@ Clear metadata on the given providers.
.It Cm dump
Dump metadata stored on the given providers.
.It Cm list
-Print detailed information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm status
-Print general information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm load
-Load
-.Pa geom_shsec.ko
-kernel module.
+See
+.Xr geom 8 .
.It Cm unload
-Unload
-.Pa geom_shsec.ko
-kernel module.
+See
+.Xr geom 8 .
.El
.Pp
Additional options:
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8
index 26f48f6..3ab47c6 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -60,16 +60,12 @@
.Ar prov ...
.Nm
.Cm list
-.Op Ar name ...
.Nm
.Cm status
-.Op Ar name ...
.Nm
.Cm load
-.Op Fl v
.Nm
.Cm unload
-.Op Fl v
.Sh DESCRIPTION
The
.Nm
@@ -124,19 +120,17 @@ Clear metadata on the given devices.
.It Cm dump
Dump metadata stored on the given devices.
.It Cm list
-Print detailed information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm status
-Print general information about every currently configured device; if a list of
-devices is passed as a parameter then only those devices will be shown.
+See
+.Xr geom 8 .
.It Cm load
-Load
-.Pa geom_stripe.ko
-kernel module.
+See
+.Xr geom 8 .
.It Cm unload
-Unload
-.Pa geom_stripe.ko
-kernel module.
+See
+.Xr geom 8 .
.El
.Pp
Additional options:
OpenPOWER on IntegriCloud