Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2012 22:26:32 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231902 - head/lib/libc/sys
Message-ID:  <201202182226.q1IMQWvM050914@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Feb 18 22:26:32 2012
New Revision: 231902
URL: http://svn.freebsd.org/changeset/base/231902

Log:
  Document PL_FLAG_CHILD.
  
  MFC after:	3 days

Modified:
  head/lib/libc/sys/ptrace.2

Modified: head/lib/libc/sys/ptrace.2
==============================================================================
--- head/lib/libc/sys/ptrace.2	Sat Feb 18 20:27:01 2012	(r231901)
+++ head/lib/libc/sys/ptrace.2	Sat Feb 18 22:26:32 2012	(r231902)
@@ -2,7 +2,7 @@
 .\"	$NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $
 .\"
 .\" This file is in the public domain.
-.Dd October 5, 2011
+.Dd February 19, 2012
 .Dt PTRACE 2
 .Os
 .Sh NAME
@@ -355,6 +355,11 @@ The process identifier of the new proces
 .Va pl_child_pid
 member of
 .Vt "struct ptrace_lwpinfo" .
+.It PL_FLAG_CHILD
+The flag is set for first event reported from a new child, which is
+automatically attached due to
+.Dv PT_FOLLOW_FORK
+enabled.
 .El
 .It pl_sigmask
 The current signal mask of the LWP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202182226.q1IMQWvM050914>