git: d6b6bd19e871 - stable/13 - dtrace: Document the libdir, nolibs and syslibdir options
Mark Johnston
markj at FreeBSD.org
Fri Apr 9 00:28:44 UTC 2021
The branch stable/13 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=d6b6bd19e87158b3fdd03966bffaeff3afeb7b81
commit d6b6bd19e87158b3fdd03966bffaeff3afeb7b81
Author: Domagoj Stolfa <domagoj.stolfa at gmail.com>
AuthorDate: 2021-04-02 21:19:47 +0000
Commit: Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-04-09 00:28:03 +0000
dtrace: Document the libdir, nolibs and syslibdir options
Differential Revision: https://reviews.freebsd.org/D29541
(cherry picked from commit 7653f9317bc3fb3b945cb1485123a80050cfd4e8)
---
cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
index b236fd49c260..c91dfc8270bb 100644
--- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
+++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
@@ -20,7 +20,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 25, 2020
+.Dd April 2, 2021
.Dt DTRACE 1
.Os
.Sh NAME
@@ -602,8 +602,12 @@ Number of default stack frames for
.It Sy jstackstrsize Ns = Ns Ar scalar
Default string space size for
.Fn jstack .
+.It Sy libdir Ns = Ns Ar path
+Add a directory to the system library path.
.It Sy nspec Ns = Ns Ar scalar
Number of speculations.
+.It Sy nolibs
+Do not load D system libraries.
.It Sy quiet
Set quiet mode.
Same as the
@@ -627,6 +631,10 @@ output.
Rate of status checking.
.It Sy switchrate Ns = Ns Ar time
Rate of buffer switching.
+.It Sy syslibdir Ns = Ns Ar path
+Path to system libraries.
+Defaults to
+.Pa /usr/lib/dtrace .
.It Sy ustackframes Ns = Ns Ar scalar
Maximum number of userspace stack frames to unwind when executing the
.Fn ustack
More information about the dev-commits-src-branches
mailing list