summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/ktrace.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
committerru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
commit51fe7c1a888747c57136cc34ec54a93a0487b745 (patch)
treef0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/sys/ktrace.2
parent3424a53ebeadf7ab320c37cf93702953cee94efe (diff)
downloadFreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.zip
FreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.tar.gz
mdoc(7) police: "The .Fa argument.".
Diffstat (limited to 'lib/libc/sys/ktrace.2')
-rw-r--r--lib/libc/sys/ktrace.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index 41761a0..b51558c 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -56,6 +56,7 @@ Only the super-user can trace setuid or setgid programs.
.Pp
The
.Fa tracefile
+argument
gives the pathname of the file to be used for tracing.
The file must exist and be a regular file writable by the calling process.
All trace records are always appended to the file,
@@ -67,7 +68,7 @@ may be NULL.
.Pp
The
.Fa ops
-parameter specifies the requested ktrace operation.
+argument specifies the requested ktrace operation.
The defined operations are:
.Bl -column KTRFLAG_DESCENDXXX -offset indent
.It "KTROP_SET Enable trace points specified in"
@@ -81,7 +82,7 @@ specified process and all its current children.
.Pp
The
.Fa trpoints
-parameter specifies the trace points of interest.
+argument specifies the trace points of interest.
The defined trace points are:
.Bl -column KTRFAC_SYSCALLXXX -offset indent
.It "KTRFAC_SYSCALL Trace system calls."
OpenPOWER on IntegriCloud