diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-15 07:04:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-15 07:04:53 +0000 |
commit | 01aeed306123025f94183cec526e798c17cfd735 (patch) | |
tree | eb73f03f1a4a2d65e2f1a26ad23d10b2205b531e /share/man/man4/ddb.4 | |
parent | f0a1714243f29b4780f4573e819e1e5211f13e9c (diff) |
tweak previous (you were missing an .El, thib);
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 52242bde52d..652f046f7d8 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.63 2009/08/14 21:27:03 thib Exp $ +.\" $OpenBSD: ddb.4,v 1.64 2009/08/15 07:04:52 jmc 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 14 2009 $ +.Dd $Mdocdate: August 15 2009 $ .Dt DDB 4 .Os .Sh NAME @@ -47,7 +47,6 @@ is set to 1. It may be invoked from the console when the sysctl .Va ddb.console is set to 1, using any of the following methods: -.Pp .Bl -dash -offset 3n .It Using the key sequence @@ -667,6 +666,34 @@ and also all on all those vnodes. .\" -------------------- .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 Xo +.Ic show nfsreq +.Op Cm /f +.Ar addr +.Xc +Prints the +.Li struct nfsreq +at +.Ar addr . +If the +.Cm /f +modifier is specified prints out additional +information as well. +.\" -------------------- +.It Xo .Ic show object .Op Cm /f .Ar addr @@ -781,34 +808,6 @@ modifier is specified prints out all currently attached to this .Li vnode . .\" -------------------- -.It Xo -.Ic show nfsreq -.Op Cm /f -.Ar addr -.Xc -Prints the -.Li struct nfsreq -at -.Ar addr. -If the -.Cm /f -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 @@ -864,38 +863,39 @@ 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. +.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 vnode, print a more detailed output. +For each nfsnode, print a more detailed output. See the -.Ic show vnode +.Ic show nfsnode command for more information. .El .\" -------------------- .It Ic show all nfsreqs Op Cm /f -Display information for all outstanding nfs requests. +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. +For each NFS requests, print a more detailed output. See the -.Ic show nfsreq +.Ic show nfsreq command for more information. .El .\" -------------------- -.It Ic show all nfsnodes Op Cm /f -Display information about all nfsnodes in the system. +.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 nfsnode, print a more detailed output. +For each vnode, print a more detailed output. See the -.Ic show nfsnode +.Ic show vnode command for more information. .El +.El .\" -------------------- .It Ic callout A synonym for the |