summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-03-13 19:38:12 +0000
committerpjd <pjd@FreeBSD.org>2005-03-13 19:38:12 +0000
commite421eec8b6e412bbadb3b0bd3af339e7e72c888f (patch)
tree4161684e036ad6919a893a8d575ea8ccd57a5942 /sbin
parent9aad0c73fc6d9ff68470b1ee14cd6b6e37132491 (diff)
downloadFreeBSD-src-e421eec8b6e412bbadb3b0bd3af339e7e72c888f.zip
FreeBSD-src-e421eec8b6e412bbadb3b0bd3af339e7e72c888f.tar.gz
- Document 'status' subcommand.
- Update copyrights. MFC after: 1 week
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/concat/gconcat.811
-rw-r--r--sbin/geom/class/label/glabel.811
-rw-r--r--sbin/geom/class/mirror/gmirror.812
-rw-r--r--sbin/geom/class/nop/gnop.811
-rw-r--r--sbin/geom/class/raid3/graid3.812
-rw-r--r--sbin/geom/class/shsec/gshsec.89
-rw-r--r--sbin/geom/class/stripe/gstripe.811
-rw-r--r--sbin/geom/core/geom.88
8 files changed, 68 insertions, 17 deletions
diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8
index f13a789..5ae4af8 100644
--- a/sbin/geom/class/concat/gconcat.8
+++ b/sbin/geom/class/concat/gconcat.8
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -60,6 +60,9 @@
.Cm list
.Op Ar name ...
.Nm
+.Cm status
+.Op Ar name ...
+.Nm
.Cm load
.Op Fl v
.Nm
@@ -117,7 +120,11 @@ Clear metadata on the given devices.
.It Cm dump
Dump metadata stored on the given devices.
.It Cm list
-List all or the given currently configured devices.
+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.
+.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.
.It Cm load
Load
.Pa geom_concat.ko
diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8
index 5af9572..a33c1f1 100644
--- a/sbin/geom/class/label/glabel.8
+++ b/sbin/geom/class/label/glabel.8
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -60,6 +60,9 @@
.Cm list
.Op Ar prov ...
.Nm
+.Cm status
+.Op Ar prov ...
+.Nm
.Cm load
.Op Fl v
.Nm
@@ -144,7 +147,11 @@ Clear metadata on the given devices.
.It Cm dump
Dump metadata stored on the given devices.
.It Cm list
-List all currently configured devices, or list the given devices.
+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.
+.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.
.It Cm load
Load
.Pa geom_label.ko
diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8
index 8c32f81..b8ff368 100644
--- a/sbin/geom/class/mirror/gmirror.8
+++ b/sbin/geom/class/mirror/gmirror.8
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -86,6 +86,9 @@
.Cm list
.Op Ar name ...
.Nm
+.Cm status
+.Op Ar name ...
+.Nm
.Cm load
.Op Fl v
.Nm
@@ -203,8 +206,11 @@ Additional options include:
Stop the given mirror even if it is opened.
.El
.It Cm list
-List every currently configured device; if a list of devices is passed as a
-parameter then only those devices will be shown.
+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.
+.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.
.It Cm load
Load
.Pa geom_mirror.ko
diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8
index 90f72bf..259ea17 100644
--- a/sbin/geom/class/nop/gnop.8
+++ b/sbin/geom/class/nop/gnop.8
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -52,6 +52,9 @@
.Cm list
.Op Ar prov ...
.Nm
+.Cm status
+.Op Ar prov ...
+.Nm
.Cm load
.Op Fl v
.Nm
@@ -86,7 +89,11 @@ will be loaded if it is not loaded already.
.It Cm destroy
Turn off the given transparent providers.
.It Cm list
-List all or the given currently configured providers.
+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.
+.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.
.It Cm load
Load
.Pa geom_nop.ko
diff --git a/sbin/geom/class/raid3/graid3.8 b/sbin/geom/class/raid3/graid3.8
index 69da6e7..b67668f 100644
--- a/sbin/geom/class/raid3/graid3.8
+++ b/sbin/geom/class/raid3/graid3.8
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -68,6 +68,9 @@
.Cm list
.Op Ar name ...
.Nm
+.Cm status
+.Op Ar name ...
+.Nm
.Cm load
.Op Fl v
.Nm
@@ -174,8 +177,11 @@ Additional options include:
Stop the given array even if it is opened.
.El
.It Cm list
-List every currently configured device; if a list of devices is passed as a
-parameter then only those devices will be shown.
+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.
+.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.
.It Cm load
Load
.Pa geom_raid3.ko
diff --git a/sbin/geom/class/shsec/gshsec.8 b/sbin/geom/class/shsec/gshsec.8
index 306a699..bbb8ab0 100644
--- a/sbin/geom/class/shsec/gshsec.8
+++ b/sbin/geom/class/shsec/gshsec.8
@@ -51,6 +51,9 @@
.Cm list
.Op Ar name ...
.Nm
+.Cm status
+.Op Ar name ...
+.Nm
.Cm load
.Op Fl v
.Nm
@@ -81,7 +84,11 @@ Clear metadata on the given providers.
.It Cm dump
Dump metadata stored on the given providers.
.It Cm list
-List all or the given currently configured shared secret devices.
+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.
+.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.
.It Cm load
Load
.Pa geom_shsec.ko
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8
index b9f10e3..26f48f6 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -62,6 +62,9 @@
.Cm list
.Op Ar name ...
.Nm
+.Cm status
+.Op Ar name ...
+.Nm
.Cm load
.Op Fl v
.Nm
@@ -121,7 +124,11 @@ Clear metadata on the given devices.
.It Cm dump
Dump metadata stored on the given devices.
.It Cm list
-List all or the given currently configured devices.
+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.
+.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.
.It Cm load
Load
.Pa geom_stripe.ko
diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8
index ba1b7c6..494e28f 100644
--- a/sbin/geom/core/geom.8
+++ b/sbin/geom/core/geom.8
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -46,13 +46,17 @@ which can be used for existing
.Xr geom 8
unaware classes.
Here is the list of standard commands:
-.Bl -tag -width ".Cm unload"
+.Bl -tag -width ".Cm status"
.It Cm help
List all available commands for the given class.
.It Cm list
Print detailed information (within the given class) about all geoms
(if no additional arguments were specified) or the given geoms.
This command is only available if the given class exists in the kernel.
+.It Cm status
+Print general information (within the given class) about all geoms
+(if no additional arguments were specified) or the given geoms.
+This command is only available if the given class exists in the kernel.
.It Cm load
Load the kernel module that implements the given class.
This command is only available if the class does not yet exist in the kernel and
OpenPOWER on IntegriCloud