git: c9294b873683 - stable/13 - ktrace(1): add xref to namei(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Aug 2024 15:10:26 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=c9294b873683669819d2a37ba2fa9d3559b6774d
commit c9294b873683669819d2a37ba2fa9d3559b6774d
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-06-10 12:51:01 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-08-01 15:09:05 +0000
ktrace(1): add xref to namei(9)
namei was mistaken for a typo (see GitHub pull request #1284). Add an
xref to make it clear.
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45546
(cherry picked from commit a87651e2ff189cec4c26cb220354f1bc93794f31)
(cherry picked from commit ecd0ead0635b3d220ecf600f9136f12077dd0fca)
---
usr.bin/ktrace/ktrace.1 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1
index a6a07bb93caf..6fe8afbb3d0c 100644
--- a/usr.bin/ktrace/ktrace.1
+++ b/usr.bin/ktrace/ktrace.1
@@ -25,9 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93
-.\"
-.Dd August 26, 2019
+.Dd June 10, 2024
.Dt KTRACE 1
.Os
.Sh NAME
@@ -50,7 +48,8 @@ The
utility enables kernel trace logging for the specified processes.
Kernel trace data is logged to the file
.Pa ktrace.out .
-The kernel operations that are traced include system calls, namei
+The kernel operations that are traced include system calls,
+.Xr namei 9
translations, signal processing, and
.Tn I/O .
.Pp
@@ -185,7 +184,8 @@ Disable tracing of all user-owned processes:
.Xr kdump 1 ,
.Xr truss 1 ,
.Xr ktrace 2 ,
-.Xr utrace 2
+.Xr utrace 2 ,
+.Xr namei 9
.Sh HISTORY
The
.Nm