git: 8679496e454e - stable/14 - dtrace.1: Mention providers in SEE ALSO
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Jul 2025 09:36:55 UTC
The branch stable/14 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=8679496e454e88031f0c37a67f934130e3d84cb4
commit 8679496e454e88031f0c37a67f934130e3d84cb4
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:36:01 +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 | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
index ab8c672a95a1..1836707d72df 100644
--- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
+++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
@@ -20,7 +20,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 8, 2023
+.Dd June 14, 2025
.Dt DTRACE 1
.Os
.Sh NAME
@@ -1221,6 +1221,17 @@ Invalid command line options or arguments were specified.
.El
.Sh SEE ALSO
.Xr cpp 1 ,
+.Xr dtrace_audit 4 ,
+.Xr dtrace_io 4 ,
+.Xr dtrace_ip 4 ,
+.Xr dtrace_kinst 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