The branch main has been updated by jhb:

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

commit c9c9057c772f8fc8a0c768383597f4b92db0cd74
Author:     John Baldwin <[email protected]>
AuthorDate: 2022-11-02 17:35:26 +0000
Commit:     John Baldwin <[email protected]>
CommitDate: 2022-11-02 17:35:26 +0000

    ktrace.2: Document KTRFAC_STRUCT_ARRAY.
    
    Sponsored by:   DARPA
---
 lib/libc/sys/ktrace.2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index 543f6f6ebba2..785d6395e029 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -28,7 +28,7 @@
 .\"     @(#)ktrace.2   8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd March 30, 2020
+.Dd November 2, 2022
 .Dt KTRACE 2
 .Os
 .Sh NAME
@@ -96,6 +96,7 @@ generate much output).
 .It KTRFAC_CAPFAIL Ta "Trace capability failures."
 .It KTRFAC_FAULT Ta "Trace page faults."
 .It KTRFAC_FAULTEND Ta "Trace the end of page faults."
+.It KTRFAC_STRUCT_ARRAY Ta "Trace arrays of certain data structures."
 .It KTRFAC_INHERIT Ta "Inherit tracing to future children."
 .El
 .Pp

Reply via email to