summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2006-09-15 20:40:24 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2006-09-15 20:40:24 +0000
commitf58db9fcefe402736304ecfc87da8f2c24c24d17 (patch)
treee1a58427163b1e22a5606f69c99a74cd79fbbddf /lib/libc/sys
parentfc87d022714896122276c8f26453d2a5878c768d (diff)
better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/intro.25
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 20a08afa780..3b64abb617d 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.2,v 1.37 2006/08/04 21:35:51 beck Exp $
+.\" $OpenBSD: intro.2,v 1.38 2006/09/15 20:40:23 otto Exp $
.\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
@@ -86,8 +86,7 @@ resources.
A component of a specified pathname did not exist, or the
pathname was an empty string.
.It Er 3 ESRCH Em "No such process" .
-No process could be found corresponding to that specified by the given
-process ID.
+No process could be found which corresponds to the given process ID.
.It Er 4 EINTR Em "Interrupted function call" .
An asynchronous signal (such as
.Dv SIGINT