Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Typo - "a requests" --> "a request"



details:   https://anonhg.NetBSD.org/src/rev/b0295d81b310
branches:  trunk
changeset: 348681:b0295d81b310
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Nov 02 03:21:38 2016 +0000

description:
Typo - "a requests" --> "a request"

diffstat:

 lib/libc/sys/intro.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6044355336a2 -r b0295d81b310 lib/libc/sys/intro.2
--- a/lib/libc/sys/intro.2      Wed Nov 02 03:15:07 2016 +0000
+++ b/lib/libc/sys/intro.2      Wed Nov 02 03:21:38 2016 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index