Fix the description of the first two arguments to proc:::create.

Reported by:	Matt C <oholiab@grimmwa.re>
This commit is contained in:
Mark Johnston 2016-04-17 23:10:09 +00:00
parent 6c2806594b
commit 0981cbd5fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298172

View file

@ -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 with the
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