summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>1998-06-27 18:29:52 +0000
committerart <art@openbsd.org>1998-06-27 18:29:52 +0000
commit9ac87686387e77b4b7730906cdeceb8f2aaf2581 (patch)
tree248bf71259c709391e3967fd8b4cfc13913b5fdf
parentMore u_long -> u_int32_t (diff)
downloadwireguard-openbsd-9ac87686387e77b4b7730906cdeceb8f2aaf2581.tar.xz
wireguard-openbsd-9ac87686387e77b4b7730906cdeceb8f2aaf2581.zip
ktrace not trace
-rw-r--r--lib/libc/gen/exec.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index a5529364b1f..78ea90d9f07 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exec.3,v 1.2 1996/08/19 08:22:38 tholo Exp $
+.\" $OpenBSD: exec.3,v 1.3 1998/06/27 18:29:52 art Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -213,7 +213,7 @@ for any of the errors specified for the library function
.Xr sh 1 ,
.Xr execve 2 ,
.Xr fork 2 ,
-.Xr trace 2 ,
+.Xr ktrace 2 ,
.Xr environ 7 ,
.Xr ptrace 2 ,
.Xr environ 7 ,