The branch stable/13 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=1a6f2bf37241d57168cdecc75f3f432e44e9cc8f
commit 1a6f2bf37241d57168cdecc75f3f432e44e9cc8f Author: Christos Margiolis <chris...@freebsd.org> AuthorDate: 2023-05-23 14:29:19 +0000 Commit: Mateusz Piotrowski <0...@freebsd.org> CommitDate: 2025-08-20 10:49:07 +0000 dtrace.1: fix mandoc -Tlint Reviewed by: markj Approved by: markj (mentor) Differential Revision: https://reviews.freebsd.org/D40230 (cherry picked from commit ed35c7cf7762c26246cb032b7ed30dcfbcee7a3b) --- cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 index 853538949a4d..609bf00655e7 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 +++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 @@ -803,11 +803,6 @@ failed or that the specified request could not be satisfied. .It 2 Invalid command line options or arguments were specified. .El -.Sh HISTORY -The -.Nm -utility first appeared in -.Fx 7.1 . .Sh SEE ALSO .Xr cpp 1 , .Xr dtrace_audit 4 , @@ -826,3 +821,8 @@ utility first appeared in .Rs .%T Solaris Dynamic Tracing Guide .Re +.Sh HISTORY +The +.Nm +utility first appeared in +.Fx 7.1 .