diff options
Diffstat (limited to 'lib/libc/sys/ktrace.2')
-rw-r--r-- | lib/libc/sys/ktrace.2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 3382afd7b4a..6fd8578668d 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.2,v 1.13 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: ktrace.2,v 1.14 2005/03/26 08:33:57 tedu Exp $ .\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -49,6 +49,10 @@ The function enables or disables tracing of one or more processes. Users may only trace their own processes. Only the superuser can trace setuid or setgid programs. +.Fn ktrace +is only available on kernels compiled with the +.Nm KTRACE +option . .Pp .Fa tracefile gives the pathname of the file to be used for tracing. |