]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Doc fix from Martin Buchholz <martin@xemacs.org>.
authorAndreas Jaeger <aj@suse.de>
Fri, 10 Mar 2000 08:31:41 +0000 (08:31 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 10 Mar 2000 08:31:41 +0000 (08:31 +0000)
FAQ.in

diff --git a/FAQ.in b/FAQ.in
index 220c18c3579e8a003c1c9d4c967254a1b93f7b25..d36ac1f763764380e9f4aa20dc500166cb05f3ed 100644 (file)
--- a/FAQ.in
+++ b/FAQ.in
@@ -867,7 +867,7 @@ Note that I have at this point no information about any other platform.
 {AJ} This is at first a kernel issue.  The kernel defines limits with
 OPEN_MAX the number of simultaneous open files and with FD_SETSIZE the
 number of used file descriptors.  You need to change these values in your
-kernel and recompile the kernel so that the kernel allows to use more open
+kernel and recompile the kernel so that the kernel allows more open
 files.  You don't necessarily need to recompile the GNU C library since the
 only place where OPEN_MAX and FD_SETSIZE is really needed in the library
 itself is the size of fd_set which is used by select.