diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2016-11-02 03:21:38 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2016-11-02 03:21:38 +0000 |
| commit | 470ce887fd0b6259749af114327495c19cbb699f (patch) | |
| tree | d6a8750b8c9655022ea8781ce9e9095f5bb41ea9 /lib/libc/sys | |
| parent | 911b651482b7d0126f64bf3fb57fbcb67ece0167 (diff) | |
Typo - "a requests" --> "a request"
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/intro.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index cec875069fc..cbae537198f 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.2,v 1.57 2015/04/22 13:59:54 wiz Exp $ +.\" $NetBSD: intro.2,v 1.58 2016/11/02 03:21:38 pgoyette Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -206,7 +206,7 @@ or function). .It Er 23 ENFILE Em "Too many open files in system" . Maximum number of file descriptors allowable on the system -has been reached and a requests for an open cannot be satisfied +has been reached and a request for an open cannot be satisfied until at least one has been closed. .It Er 24 EMFILE Em "Too many open files" . \*[Lt]As released, the limit on the number of |
