From 806ab8645b21238d130bbfef16d03ef2d3a86625 Mon Sep 17 00:00:00 2001 From: markj Date: Sun, 17 Apr 2016 23:10:09 +0000 Subject: [PATCH] Fix the description of the first two arguments to proc:::create. Reported by: Matt C --- share/man/man4/dtrace_proc.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/dtrace_proc.4 b/share/man/man4/dtrace_proc.4 index 8b27ac1e77f7..9e2c784e7845 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