diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-11-06 22:41:44 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-11-08 10:28:47 +0000 |
| commit | f811c0a555546e4154dfa159e8f56b3ba1c70d0d (patch) | |
| tree | 96b10460f7849e2ba65f74ce0d147774c033233a | |
| parent | 385796001c415c2410989edceef01e4b50c6cdee (diff) | |
dtrace.1: Document DTRACE_DEBUG
Reviewed by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D53627
| -rw-r--r-- | cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 index 1a9f8029e6de..5115d16a1286 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 +++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 @@ -20,7 +20,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 6, 2025 +.Dd November 8, 2025 .Dt DTRACE 1 .Os .Sh NAME @@ -1252,6 +1252,14 @@ command line to define a set of macro variables and so forth). The additional arguments can be used in D programs specified using the .Fl s option or on the command line. +.Sh ENVIRONMENT +.Bl -tag -width 'DTRACE_DEBUG' +.It Ev DTRACE_DEBUG +When defined, +.Nm +will output debug log messages to +.Xr stderr 4 . +.El .Sh FILES .Bl -tag -width /boot/dtrace.dof -compact .It Pa /boot/dtrace.dof |
