summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/ktrace.25
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index 79e9eed5d66..303ebf73b50 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ktrace.2,v 1.15 2005/03/26 13:31:36 jmc Exp $
+.\" $OpenBSD: ktrace.2,v 1.16 2006/04/12 08:26:56 jmc Exp $
.\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -161,6 +161,9 @@ path refers to a symbolic link.
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EIO
An I/O error occurred while reading from or writing to the file system.
+.It Bq Er ESRCH
+No process can be found corresponding to that specified by
+.Fa pid .
.El
.Sh SEE ALSO
.Xr kdump 1 ,