git: 683f161bd5be - stable/13 - dtrace.1: Mention providers in SEE ALSO
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Jul 2025 09:42:02 UTC
The branch stable/13 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=683f161bd5bee181308a86cec6b1a1d4f3ad0f1e
commit 683f161bd5bee181308a86cec6b1a1d4f3ad0f1e
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-06-14 17:24:03 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-07-30 09:39:16 +0000
dtrace.1: Mention providers in SEE ALSO
Reviewed by: bnovkov, christos, markj
Approved by: bnovkov (mentor), christos (mentor), markj (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D50852
(cherry picked from commit 177471148a6111537e84912fb9a033b6ac5ecb17)
---
cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
index d1e7ebad189b..e09c89cd64d2 100644
--- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
+++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
@@ -18,7 +18,7 @@
.\" CDDL HEADER END
.\" Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved.
.\"
-.Dd September 7, 2021
+.Dd June 14, 2025
.Dt DTRACE 1
.Os
.Sh NAME
@@ -808,6 +808,16 @@ utility first appeared in
.Fx 7.1 .
.Sh SEE ALSO
.Xr cpp 1 ,
+.Xr dtrace_audit 4 ,
+.Xr dtrace_io 4 ,
+.Xr dtrace_ip 4 ,
+.Xr dtrace_lockstat 4 ,
+.Xr dtrace_proc 4 ,
+.Xr dtrace_sched 4 ,
+.Xr dtrace_sctp 4 ,
+.Xr dtrace_tcp 4 ,
+.Xr dtrace_udp 4 ,
+.Xr dtrace_udplite 4 ,
.Xr elf 5 ,
.Xr SDT 9
.Rs