From f5f3977b8df680239580c01d16d628cada5d1eb7 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 25 Jan 2011 11:04:16 +0000 Subject: [PATCH] Document P_FOLLOWFORK. MFC after: 2 weeks --- bin/ps/ps.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 2f52584e512..9dd7a4776ef 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"