mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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 a87651e2ff)
This commit is contained in:
parent
5dd58282db
commit
ecd0ead063
1 changed files with 5 additions and 5 deletions
|
|
@ -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 April 20, 2024
|
||||
.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
|
||||
|
|
@ -201,7 +200,8 @@ Disable tracing of all user-owned processes:
|
|||
.Xr truss 1 ,
|
||||
.Xr ktrace 2 ,
|
||||
.Xr utrace 2 ,
|
||||
.Xr capsicum 4
|
||||
.Xr capsicum 4 ,
|
||||
.Xr namei 9
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
|
|||
Loading…
Reference in a new issue