The branch main has been updated by 0mp:

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

commit c479d2b29fc90d8316af2a14290c87feeb046428
Author:     Mateusz Piotrowski <0...@freebsd.org>
AuthorDate: 2025-07-12 09:52:26 +0000
Commit:     Mateusz Piotrowski <0...@freebsd.org>
CommitDate: 2025-07-12 09:52:26 +0000

    tracing.7: Pet linters
    
    Event:          Berlin 2025 Hackathon
---
 share/man/man7/tracing.7 | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/share/man/man7/tracing.7 b/share/man/man7/tracing.7
index 0bd64f197084..7f21bfbbd2a3 100644
--- a/share/man/man7/tracing.7
+++ b/share/man/man7/tracing.7
@@ -3,7 +3,7 @@
 .\"
 .\" Copyright (c) 2025 Mateusz Piotrowski <0...@freebsd.org>
 .\"
-.Dd June 19, 2025
+.Dd July 12, 2025
 .Dt TRACING 7
 .Os
 .Sh NAME
@@ -34,7 +34,6 @@ for more details.
 is a user-friendly wrapper for DTrace.
 It simplifies common DTrace usage patterns and requires less expert knowledge
 to operate.
-.Pp
 .Ss Userland Tracing
 .Xr truss 1
 traces system calls.
@@ -55,7 +54,8 @@ it asynchronously logs entries to a trace file configured with
 .Xr ktrace 2
 (typically
 .Pa ktrace.out ) ,
-and it can log other types of kernel events, such as page faults and name 
lookups
+and it can log other types of kernel events, such as page faults
+and name lookups
 .Po refer to
 .Fl t
 in
@@ -74,10 +74,9 @@ It lets kernel programmers log events to a global ring 
buffer,
 which can later be dumped using
 .Xr ktrdump 8 .
 .Ss Hardware Counters
-.Pp
 .Xr pmcstat 8 ,
 and its kernel counterpart,
-.Xr hwmpc 4 ,
+.Xr hwpmc 4 ,
 is the
 .Fx
 facility for conducting performance measurements with hardware counters.

Reply via email to