git: 13d9437a6074 - main - dtrace.1: Document -x ldpath

Mark Johnston markj at FreeBSD.org
Tue Sep 7 15:26:01 UTC 2021


The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=13d9437a6074b02770546d1ec329b306e1a0f30e

commit 13d9437a6074b02770546d1ec329b306e1a0f30e
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-09-07 15:18:28 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-09-07 15:19:29 +0000

    dtrace.1: Document -x ldpath
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
---
 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 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


More information about the dev-commits-src-main mailing list