summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2016-04-17 23:10:09 +0000
committermarkj <markj@FreeBSD.org>2016-04-17 23:10:09 +0000
commit806ab8645b21238d130bbfef16d03ef2d3a86625 (patch)
treea8589a55380e4233e07d345f3bf3cbbb98614371 /share
parentb9677d1249766bc8578b5e6aa51d4ebdbc3be5a9 (diff)
downloadFreeBSD-src-806ab8645b21238d130bbfef16d03ef2d3a86625.zip
FreeBSD-src-806ab8645b21238d130bbfef16d03ef2d3a86625.tar.gz
Fix the description of the first two arguments to proc:::create.
Reported by: Matt C <oholiab@grimmwa.re>
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/dtrace_proc.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/dtrace_proc.4 b/share/man/man4/dtrace_proc.4
index 8b27ac1..9e2c784 100644
--- a/share/man/man4/dtrace_proc.4
+++ b/share/man/man4/dtrace_proc.4
@@ -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
OpenPOWER on IntegriCloud