aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-09-07 18:03:23 +0000
committerMark Johnston <markj@FreeBSD.org>2021-09-07 18:04:50 +0000
commita40c4ae8667772d7e4c4c3d8d8ae843e63c05019 (patch)
treec64b144d7265c0c22739080f3da470f1c4a57f08
parent85bea309f935111cb362035795a59c263536b065 (diff)
downloadsrc-a40c4ae8667772d7e4c4c3d8d8ae843e63c05019.tar.gz
src-a40c4ae8667772d7e4c4c3d8d8ae843e63c05019.zip
dtrace.1: Document a couple of preprocessor-related options
Suggested by: swills MFC after: 1 week Sponsored by: The FreeBSD Foundation
-rw-r--r--cddl/contrib/opensolaris/cmd/dtrace/dtrace.111
1 files changed, 11 insertions, 0 deletions
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
index 8112fa7da4dc..8724b27f4cbb 100644
--- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
+++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
@@ -577,6 +577,17 @@ Must be specified in number-per-second with the
suffix.
.It Sy cpu Ns = Ns Ar scalar
Specifies the CPU on which to enable tracing.
+.It Sy cpp
+Run a C preprocessor over input files.
+Same as the
+.Fl C
+flag.
+.It Sy cpppath Ns = Ns Ar path
+Use the specified path for the C preprocessor rather than
+searching for
+.Dq cpp
+in
+.Ev PATH .
.It Sy defaultargs
Allow references to unspecified macro arguments.
.It Sy destructive