summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-09-15 16:36:45 +0000
committerpjd <pjd@FreeBSD.org>2006-09-15 16:36:45 +0000
commit556424a17a50f0a584e5094340bdc64e10e707d3 (patch)
treeb98ee1fea8efdb2f36d1cbba4896f419c50be742 /share
parente168227ed2fb2c85707431a1167890c349968718 (diff)
downloadFreeBSD-src-556424a17a50f0a584e5094340bdc64e10e707d3.zip
FreeBSD-src-556424a17a50f0a584e5094340bdc64e10e707d3.tar.gz
Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if
no additional argument is given or details about the given GEOM object (class, geom, provider or consumer). Approved by: phk
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ddb.413
1 files changed, 12 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index e2211d4..5754b89 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -58,7 +58,7 @@
.\" [90/08/30 dbg]
.\"
.\" $FreeBSD$
-.Dd February 27, 2006
+.Dd September 15, 2006
.Dt DDB 4
.Os
.Sh NAME
@@ -423,6 +423,17 @@ The support of the
modifier depends on the machine.
If not supported, incorrect information will be displayed.
.It Xo
+.Cm show geom
+.Op Ar addr
+.Xc
+If the
+.Ar addr
+argument is not given, displays the entire GEOM topology.
+If the
+.Ar addr
+is given, displays details about the given GEOM object (class, geom, provider
+or consumer).
+.It Xo
.Cm show map Ns Op Cm /f
.Ar addr
.Xc
OpenPOWER on IntegriCloud