From 556424a17a50f0a584e5094340bdc64e10e707d3 Mon Sep 17 00:00:00 2001 From: pjd Date: Fri, 15 Sep 2006 16:36:45 +0000 Subject: 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 --- share/man/man4/ddb.4 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.1