diff options
author | kib <kib@FreeBSD.org> | 2011-01-25 11:04:16 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2011-01-25 11:04:16 +0000 |
commit | ca24f47263b5d123a95f927daf2114c1e6b39ac5 (patch) | |
tree | 983073765e93d233dd0b27689ac9fc171593c49d /bin/ps/ps.1 | |
parent | de1b195cba0d6622ac8644681835d31f43a4c88f (diff) | |
download | FreeBSD-src-ca24f47263b5d123a95f927daf2114c1e6b39ac5.zip FreeBSD-src-ca24f47263b5d123a95f927daf2114c1e6b39ac5.tar.gz |
Document P_FOLLOWFORK.
MFC after: 2 weeks
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 2f52584..9dd7a47 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -288,6 +288,7 @@ the include file .It Dv "P_ADVLOCK" Ta No "0x00001 Process may hold a POSIX advisory lock" .It Dv "P_CONTROLT" Ta No "0x00002 Has a controlling terminal" .It Dv "P_KTHREAD" Ta No "0x00004 Kernel thread" +.It Dv "P_FOLLOWFORK" Ta No "0x00008 Attach debugger to new children" .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" |