Date: Tue, 14 Sep 2021 12:52:11 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7ae8074df1c2 - stable/13 - dtrace.1: Document a couple of preprocessor-related options Message-ID: <202109141252.18ECqBf9016163@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=7ae8074df1c225ea87d019c744b2349435b8b027 commit 7ae8074df1c225ea87d019c744b2349435b8b027 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2021-09-07 18:03:23 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-09-14 12:50:42 +0000 dtrace.1: Document a couple of preprocessor-related options Suggested by: swills Sponsored by: The FreeBSD Foundation (cherry picked from commit a40c4ae8667772d7e4c4c3d8d8ae843e63c05019) --- cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109141252.18ECqBf9016163>