Date: Wed, 8 Sep 2010 09:53:50 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r212316 - stable/8/share/man/man4 Message-ID: <201009080953.o889roO5004587@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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().
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009080953.o889roO5004587>