diff options
author | trasz <trasz@FreeBSD.org> | 2010-07-24 15:24:12 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2010-07-24 15:24:12 +0000 |
commit | fb4120ccfd65c2d79f0c953c10bab530389dac44 (patch) | |
tree | efe7e988a2fadc6fd4188431d27df9d300f3db52 /bin/ps/ps.1 | |
parent | 7596f360a3151d09aff2a4ea6f62922685a231a4 (diff) | |
download | FreeBSD-src-fb4120ccfd65c2d79f0c953c10bab530389dac44.zip FreeBSD-src-fb4120ccfd65c2d79f0c953c10bab530389dac44.tar.gz |
Add P_HASTHREADS flag description.
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 22373bd..ba1cb18 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -29,7 +29,7 @@ .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd April 13, 2010 +.Dd July 24, 2010 .Dt PS 1 .Os .Sh NAME @@ -291,6 +291,7 @@ the include file .It Dv "P_PPWAIT" Ta No "0x00010 Parent is waiting for child to exec/exit" .It Dv "P_PROFIL" Ta No "0x00020 Has started profiling" .It Dv "P_STOPPROF" Ta No "0x00040 Has thread in requesting to stop prof" +.It Dv "P_HASTHREADS" Ta No "0x00080 Has had threads (no cleanup shortcuts)" .It Dv "P_SUGID" Ta No "0x00100 Had set id privileges since last exec" .It Dv "P_SYSTEM" Ta No "0x00200 System proc: no sigs, stats or swapping" .It Dv "P_SINGLE_EXIT" Ta No "0x00400 Threads suspending should exit, not wait" |