summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-11-05 23:12:23 +0000
committerjhb <jhb@FreeBSD.org>2015-11-05 23:12:23 +0000
commit78dafbc6fb945608a86e451e3d210831a8859db1 (patch)
treec53404205758555f545b11ac16703b2cf900c012 /share/man
parent3a037752e683d3564cc528de01db6d52da3a2661 (diff)
downloadFreeBSD-src-78dafbc6fb945608a86e451e3d210831a8859db1.zip
FreeBSD-src-78dafbc6fb945608a86e451e3d210831a8859db1.tar.gz
When dumping an rman in DDB, include the RID of each resource.
Submitted by: Ravi Pokala (rpokala@panasas.com) Reviewed by: imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D4086
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/ddb.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 8d2a947..d29bcdd 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -60,7 +60,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 16, 2015
+.Dd November 5, 2015
.Dt DDB 4
.Os
.Sh NAME
@@ -560,8 +560,8 @@ The same as "show pcpu", but for every CPU present in the system.
.Pp
.It Ic show Cm allrman
Show information related with resource management, including
-interrupt request lines, DMA request lines, I/O ports and I/O memory
-addresses.
+interrupt request lines, DMA request lines, I/O ports, I/O memory
+addresses, and Resource IDs.
.\"
.Pp
.It Ic show Cm apic
OpenPOWER on IntegriCloud