summaryrefslogtreecommitdiff
path: root/share/man/man9/ktrace.9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-26 15:07:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-26 15:07:27 +0000
commit260d45a96f5022ff2a00a0e7965a5fc1b0f76d88 (patch)
tree25c21288b8bc9ae7d625e0ea1a4a8dc281370627 /share/man/man9/ktrace.9
parentd7f376e6891f37ab941afe8e6aafa8a5aa128fd7 (diff)
typos from Jared Yanovich;
Diffstat (limited to 'share/man/man9/ktrace.9')
-rw-r--r--share/man/man9/ktrace.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/ktrace.9 b/share/man/man9/ktrace.9
index f3cbf41e76a..02437723c74 100644
--- a/share/man/man9/ktrace.9
+++ b/share/man/man9/ktrace.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ktrace.9,v 1.4 2003/10/23 18:31:34 jmc Exp $
+.\" $OpenBSD: ktrace.9,v 1.5 2003/10/26 15:07:25 jmc Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\"
@@ -57,7 +57,7 @@
.Fn ktrsysret "struct proc *p" "register_t code" "int error" "register_t retval"
.Sh DESCRIPTION
This interface is meant for kernel subsystems and machine dependent code
-to inform the user about the events occuring to the process should
+to inform the user about the events occurring to the process should
tracing of such be enabled using the
.Xr ktrace 2
system call.