summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2017-01-24 01:01:34 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2017-01-24 01:01:34 +0000
commit05f5719b512a49e3dffb80476bd2b2b6fc580a11 (patch)
treeff39c3b8c42006d93fd7a1ea0660cf0a1b9a915d /share/man
parentd071f665295ee2ef0626072d8311e01b1102803f (diff)
The /p modifier now takes a TID, while here add a missing argument
for 'show all procs'. ok guenther@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/ddb.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 0d8e80c50af..fdd6d0b5eef 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ddb.4,v 1.82 2016/09/01 12:24:56 jmc Exp $
+.\" $OpenBSD: ddb.4,v 1.83 2017/01/24 01:01:33 mpi 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: September 1 2016 $
+.Dd $Mdocdate: January 24 2017 $
.Dt DDB 4
.Os
.Sh NAME
@@ -542,7 +542,7 @@ The
.Cm /p
modifier interprets the
.Ar frameaddr
-argument as the PID of a process and shows the stack trace of
+argument as the TID of a process and shows the stack trace of
that process.
The
.Cm /p
@@ -832,7 +832,7 @@ Display information on all processes.
(Default) Show process information in a
.Xr ps 1 Ns \&-like
format.
-Information printed includes thread ID, parent
+Information printed includes process ID, thread ID, parent
process ID, process group, UID, process status, process flags, process
command name, and process wait channel message.
.It Cm /a
@@ -928,7 +928,7 @@ A synonym for the
.Ic show all callout
command.
.\" --------------------
-.It Ic ps Op Cm /anw
+.It Ic ps Op Cm /anow
A synonym for
.Ic show all procs .
.\" --------------------