svn commit: r298172 - head/share/man/man4

Mark Johnston markj at FreeBSD.org
Sun Apr 17 23:10:10 UTC 2016


Author: markj
Date: Sun Apr 17 23:10:09 2016
New Revision: 298172
URL: https://svnweb.freebsd.org/changeset/base/298172

Log:
  Fix the description of the first two arguments to proc:::create.
  
  Reported by:	Matt C <oholiab at grimmwa.re>

Modified:
  head/share/man/man4/dtrace_proc.4

Modified: head/share/man/man4/dtrace_proc.4
==============================================================================
--- head/share/man/man4/dtrace_proc.4	Sun Apr 17 23:08:47 2016	(r298171)
+++ head/share/man/man4/dtrace_proc.4	Sun Apr 17 23:10:09 2016	(r298172)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 18, 2015
+.Dd April 17, 2016
 .Dt DTRACE_PROC 4
 .Os
 .Sh NAME
@@ -59,7 +59,7 @@ In particular, kernel processes created 
 KPI will not trigger this probe.
 The
 .Fn proc:::create
-probe's first two arguments are the parent process and new child process,
+probe's first two arguments are the new child process and its parent,
 respectively.
 The third argument is a mask of
 .Xr rfork 2


More information about the svn-src-head mailing list