diff options
author | 2010-02-03 00:41:00 +0000 | |
---|---|---|
committer | 2010-02-03 00:41:00 +0000 | |
commit | dc0a7931ea36ff041683f7407f058781aab032a6 (patch) | |
tree | 213292efd4b8c2ba916a5aee73dfddf5733a6b70 | |
parent | make it clear that -iname supports globbing; (diff) | |
download | wireguard-openbsd-dc0a7931ea36ff041683f7407f058781aab032a6.tar.xz wireguard-openbsd-dc0a7931ea36ff041683f7407f058781aab032a6.zip |
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 |