diff options
-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 |