diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-05-12 20:03:36 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-05-12 20:03:36 +0000 |
commit | 201a8a4603b1e8e61b22520e5c030c0827457ab6 (patch) | |
tree | 094684db308bb4519f304ff90ea2d09fe78f02f1 /share/man/man4/ddb.4 | |
parent | 1305009a7d2fa7fb5184f76339e28061673bfcaf (diff) |
talk about show proc
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index cae1d7c6a11..20f85ee96fa 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.32 2003/03/16 10:18:44 jmc Exp $ +.\" $OpenBSD: ddb.4,v 1.33 2003/05/12 20:03:35 mickey Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -696,6 +696,18 @@ Print the pagelist for this pool. .El .\" -------------------- .It Xo +.Ic show proc +.Op Ar addr +.Xc +Prints the +.Li struct proc +at +.Ar addr . +If an optional address is not specified +.Li curproc +is assumed. +.\" -------------------- +.It Xo .Ic show registers .Op Cm /u .Xc |