summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-04-12 08:26:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-04-12 08:26:57 +0000
commitc5bc26626ed114c7fbe79ec5dd4b9e4436b17470 (patch)
tree8e635279cca88e55189e48f49adab862e03ebcba /lib
parentd168187781096ebce8875465a1ac0d8ef42bdef8 (diff)
document ESRCH; from kristaps johnson (pr #5074)
description lifted from kill(2), as pointed out by deraadt ok deraadt
Diffstat (limited to 'lib')
-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 ,