From 4aee566266a24c6ba200a9feb5743c7a2d51137a Mon Sep 17 00:00:00 2001 From: kib Date: Sun, 5 Sep 2010 14:52:27 +0000 Subject: Document "show cdev" command. MFC after: 3 days --- share/man/man4/ddb.4 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'share/man') diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 2500ccb..2e1d2f5 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -60,7 +60,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 24, 2010 +.Dd September 5, 2010 .Dt DDB 4 .Os .Sh NAME @@ -589,6 +589,12 @@ header file. Show brief information about the TTY subsystem. .\" .Pp +.It Ic show Cm cdev +Without argument, show the list of all created cdev's, consisting of devfs +node name and struct cdev address. +When address of cdev is supplied, show some internal devfs state of the cdev. +.\" +.Pp .It Ic show Cm conifhk Lists hooks currently waiting for completion in run_interrupt_driven_config_hooks(). -- cgit v1.1