diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2010-02-03 00:41:01 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2010-02-03 00:41:01 +0000 |
commit | 9b461c463825a7fc10244e700b9f6ba2bc018713 (patch) | |
tree | 21192e5770dfe43aa01b01ce9942662de742f881 | |
parent | 3b153c576e754fad328b3231a2ac8a2362695d7a (diff) |
Document 'show bcstats'.
ok beck@
-rw-r--r-- | share/man/man4/ddb.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 5baf4792cbd..ee213d4a8e9 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.66 2009/11/22 00:04:48 miod Exp $ +.\" $OpenBSD: ddb.4,v 1.67 2010/02/03 00:41:00 jsing Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -25,7 +25,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd $Mdocdate: November 22 2009 $ +.Dd $Mdocdate: February 3 2010 $ .Dt DDB 4 .Os .Sh NAME @@ -603,6 +603,9 @@ Displays various things, depending on .Ar what : .Bl -tag -width 4n .\" -------------------- +.It Ic show bcstats +Prints the buffer cache statistics. +.\" -------------------- .It Ic show breaks Prints a list of all breakpoints that have been set with the .Ic break |