diff options
author | 2017-01-24 05:32:00 +0000 | |
---|---|---|
committer | 2017-01-24 05:32:00 +0000 | |
commit | e2ca409af17ca1453072b497d95b56e6f953ea10 (patch) | |
tree | fb2ca5ae70938b3740c81c7e02c2fdc306242cc2 /share/man/man4/ddb.4 | |
parent | There are two u-boot targets which should work with the sabre lite (diff) | |
download | wireguard-openbsd-e2ca409af17ca1453072b497d95b56e6f953ea10.tar.xz wireguard-openbsd-e2ca409af17ca1453072b497d95b56e6f953ea10.zip |
Display process group in "ps /w" since they got removed from "ps /n".
While here fix the formating of /w /o and /a.
ok guenther@
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 163ded5f1ef..dc667b20088 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.84 2017/01/24 04:50:48 mpi Exp $ +.\" $OpenBSD: ddb.4,v 1.85 2017/01/24 05:32:00 mpi Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -849,7 +849,7 @@ Shows non-idle threads that were on CPU when ddb was entered. Information printed includes thread ID, process ID, UID, process flags, thread flags, current CPU, and command name. .It Cm /w -Shows each thread's ID, command, system call emulation, +Shows each thread's ID, command, process group, wait channel address, and wait channel message. .El .\" -------------------- |