diff options
author | 2017-01-24 04:50:48 +0000 | |
---|---|---|
committer | 2017-01-24 04:50:48 +0000 | |
commit | ddd3bc25e0e0ae93f1abdeb214f958a94a89675f (patch) | |
tree | 7d37ae8fda6645d5726aca044a962c8d858bb650 /share/man/man4 | |
parent | when we lose link, do not delete entries that have the RTF_BFD flag set (diff) | |
download | wireguard-openbsd-ddd3bc25e0e0ae93f1abdeb214f958a94a89675f.tar.xz wireguard-openbsd-ddd3bc25e0e0ae93f1abdeb214f958a94a89675f.zip |
Display the thread ID (TID) rather than the process group ID (PGRP)
in ddb(4)'s default 'ps' view.
This allow to use 'tr /p' easily now that it requires a TID.
With inputs from guenther@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ddb.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index fdd6d0b5eef..163ded5f1ef 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.83 2017/01/24 01:01:33 mpi Exp $ +.\" $OpenBSD: ddb.4,v 1.84 2017/01/24 04:50:48 mpi Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -833,8 +833,8 @@ Display information on all processes. .Xr ps 1 Ns \&-like format. 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. +process ID, UID, process status, process flags, process +wait channel message and process command name. .It Cm /a Shows the kernel virtual addresses of each process' proc structure, u-area, and vmspace structure. |