svn commit: r212316 - stable/8/share/man/man4
Konstantin Belousov
kib at FreeBSD.org
Wed Sep 8 09:53:50 UTC 2010
Author: kib
Date: Wed Sep 8 09:53:50 2010
New Revision: 212316
URL: http://svn.freebsd.org/changeset/base/212316
Log:
MFC r212234:
Document "show cdev" command.
Modified:
stable/8/share/man/man4/ddb.4
Directory Properties:
stable/8/share/man/man4/ (props changed)
Modified: stable/8/share/man/man4/ddb.4
==============================================================================
--- stable/8/share/man/man4/ddb.4 Wed Sep 8 09:51:03 2010 (r212315)
+++ stable/8/share/man/man4/ddb.4 Wed Sep 8 09:53:50 2010 (r212316)
@@ -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().
More information about the svn-src-stable-8
mailing list