summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-22 00:05:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-22 00:05:33 +0000
commit9e5fcbe443f7fb01da2c2315f10462c5b0d20f13 (patch)
tree33065e7223adb221c11ce3579f257ba35d996ecd /lib/libc/sys
parentbc05b334dbdffd445cf9d9b7c2b3230677a87399 (diff)
note KTRFAC_EMUL
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/ktrace.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index ef5c957f654..e38dc292cc7 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ktrace.2,v 1.9 2000/04/25 16:40:37 millert Exp $
+.\" $OpenBSD: ktrace.2,v 1.10 2002/02/22 00:05:32 deraadt Exp $
.\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -91,6 +91,7 @@ The defined trace points are:
.It Dv KTRFAC_GENIO Trace all I/O (note that this option can
generate much output).
.It Dv KTRFAC_PSIG Trace posted signals.
+.It Dv KTRFAC_EMUL Trace emulation changes.
.It Dv KTRFAC_CSW Trace context switch points.
.It Dv KTRFAC_INHERIT Inherit tracing to future children.
.El