diff options
author | 2009-08-13 17:50:02 +0000 | |
---|---|---|
committer | 2009-08-13 17:50:02 +0000 | |
commit | 71f2c991a3daf44f343d8ab246566df6c393dff0 (patch) | |
tree | bdd22fd49fa82735cfa1a1b69993b26adca16266 | |
parent | synbc (diff) | |
download | wireguard-openbsd-71f2c991a3daf44f343d8ab246566df6c393dff0.tar.xz wireguard-openbsd-71f2c991a3daf44f343d8ab246566df6c393dff0.zip |
document the show all vnodes command. prompted by jmc@.
-rw-r--r-- | share/man/man4/ddb.4 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 266a4431bbe..76c31cd6058 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.60 2009/08/10 04:53:58 jmc Exp $ +.\" $OpenBSD: ddb.4,v 1.61 2009/08/13 17:50:02 thib 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: August 10 2009 $ +.Dd $Mdocdate: August 13 2009 $ .Dt DDB 4 .Os .Sh NAME @@ -850,6 +850,17 @@ These addresses can be used in the command. .El .\" -------------------- +.It Ic show all vnodes Op Cm /f +Display information about all vnodes in the system. +.Pp +.Bl -tag -width foo -compact +.It Cm /f +For each vnode, print a more detailed output. +See the +.Ic show vnode +command for more information. +.El +.\" -------------------- .It Ic show all nfsreq Display a list of pointers to all outstanding nfs requests. .Pp |