diff options
author | Mark Johnston <markj@FreeBSD.org> | 2021-09-07 15:18:28 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2021-09-14 12:50:21 +0000 |
commit | 7ca6b62f8dcb96bd8100b7dd73a43c0008470f66 (patch) | |
tree | de0cd392e9366e6e5cf0d0d19d85e52bea85a943 | |
parent | c03c1abd2ccb6431372b6f8c435463440cc4a5bc (diff) |
dtrace.1: Document -x ldpath
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 13d9437a6074b02770546d1ec329b306e1a0f30e)
-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 c91dfc8270bb..8112fa7da4dc 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 +++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 @@ -20,7 +20,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 2, 2021 +.Dd September 7, 2021 .Dt DTRACE 1 .Os .Sh NAME @@ -602,6 +602,14 @@ Number of default stack frames for .It Sy jstackstrsize Ns = Ns Ar scalar Default string space size for .Fn jstack . +.It Sy ldpath Ns = Ns Ar path +When +.Fl G +is specified, use the specified path for a static linker +rather than searching for +.Dq "ld" +in +.Ev PATH . .It Sy libdir Ns = Ns Ar path Add a directory to the system library path. .It Sy nspec Ns = Ns Ar scalar |