svn commit: r217821 - head/bin/ps

Konstantin Belousov kib at FreeBSD.org
Tue Jan 25 11:04:17 UTC 2011


Author: kib
Date: Tue Jan 25 11:04:16 2011
New Revision: 217821
URL: http://svn.freebsd.org/changeset/base/217821

Log:
  Document P_FOLLOWFORK.
  
  MFC after:	2 weeks

Modified:
  head/bin/ps/ps.1

Modified: head/bin/ps/ps.1
==============================================================================
--- head/bin/ps/ps.1	Tue Jan 25 11:02:12 2011	(r217820)
+++ head/bin/ps/ps.1	Tue Jan 25 11:04:16 2011	(r217821)
@@ -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"


More information about the svn-src-head mailing list