diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-08-14 21:27:04 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-08-14 21:27:04 +0000 |
commit | 9baabc7a1abe127297baad825172a45c4d172b78 (patch) | |
tree | 05d5a546db77ea4e69a7e99b3528ce48cd0294f3 /share/man | |
parent | f8b1f34773266b2eb78bfde67f54046befc4a5c2 (diff) |
document show (all) nfsnode(s) and fix up the nfsreq parts.
the alignment is a bit off, but I can't spot why so I'm
hoping jmc@ will "tweak previous" soon.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ddb.4 | 40 |
1 files changed, 36 insertions, 4 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 5ae85cbea85..52242bde52d 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.62 2009/08/13 20:13:04 jmc Exp $ +.\" $OpenBSD: ddb.4,v 1.63 2009/08/14 21:27:03 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 13 2009 $ +.Dd $Mdocdate: August 14 2009 $ .Dt DDB 4 .Os .Sh NAME @@ -795,6 +795,20 @@ If the modifier is specified prints out additional information as well. .\" -------------------- +.It Xo +.Ic show nfsnode +.Op Cm /f +.Ar addr +.Xc +Prints the +.Li struct nfsnode +at +.Ar addr. +If the +.Cm /f +modifier is specified prints out additional +information as well. +.\" -------------------- .It Ic show watches Displays all watchpoints set with the .Ic watch @@ -861,10 +875,28 @@ See the command for more information. .El .\" -------------------- -.It Ic show all nfsreq -Display a list of pointers to all outstanding nfs requests. +.It Ic show all nfsreqs Op Cm /f +Display information for all outstanding nfs requests. .Pp +.Bl -tag -width foo -compact +.It Cm /f +For each nfs requests, print a more detailed output. +See the +.Ic show nfsreq +command for more information. +.El +.\" -------------------- +.It Ic show all nfsnodes Op Cm /f +Display information about all nfsnodes in the system. +.Pp +.Bl -tag -width foo -compact +.It Cm /f +For each nfsnode, print a more detailed output. +See the +.Ic show nfsnode +command for more information. .El +.\" -------------------- .It Ic callout A synonym for the .Ic show all callout |