diff options
author | John Baldwin <jhb@FreeBSD.org> | 2016-08-12 16:13:50 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2016-08-12 16:13:50 +0000 |
commit | 563e7037148a62f54ad13d41b8bce937c57dd506 (patch) | |
tree | 6998a4f14144c7862ed361a14ce73fbf0f24a31f /bin/ps | |
parent | f566b25e0da88e6954bba6456460b503f5d1155a (diff) |
Remove description of P_FOLLOWFORK as this flag was removed.
Notes
Notes:
svn path=/head/; revision=304009
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index c19f255ae233..8ec78775b8f4 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 July 28, 2016 +.Dd August 12, 2016 .Dt PS 1 .Os .Sh NAME @@ -319,7 +319,6 @@ the include file .It Dv "P_ADVLOCK" Ta No "0x00001" Ta "Process may hold a POSIX advisory lock" .It Dv "P_CONTROLT" Ta No "0x00002" Ta "Has a controlling terminal" .It Dv "P_KPROC" Ta No "0x00004" Ta "Kernel process" -.It Dv "P_FOLLOWFORK" Ta No "0x00008" Ta "Attach debugger to new children" .It Dv "P_PPWAIT" Ta No "0x00010" Ta "Parent is waiting for child to exec/exit" .It Dv "P_PROFIL" Ta No "0x00020" Ta "Has started profiling" .It Dv "P_STOPPROF" Ta No "0x00040" Ta "Has thread in requesting to stop prof" |