diff options
author | 2006-09-15 20:40:23 +0000 | |
---|---|---|
committer | 2006-09-15 20:40:23 +0000 | |
commit | 2ac363bd00acc4ee7bf6feb82bc22021d6870ee3 (patch) | |
tree | 22dc1c77ace41f7238b49d05f71a617bb12a5311 /lib/libc/sys/intro.2 | |
parent | reorganise the sections to make more sense; (diff) | |
download | wireguard-openbsd-2ac363bd00acc4ee7bf6feb82bc22021d6870ee3.tar.xz wireguard-openbsd-2ac363bd00acc4ee7bf6feb82bc22021d6870ee3.zip |
better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r-- | lib/libc/sys/intro.2 | 5 |
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 |