This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Comment correction: stdio.h


All,

This patch changes a comment in the stdio.h header about the FOPEN_MAX
value imported from bits/stdio_lim.h.


2000-07-12  Adam D. Bradley  <artdodge@cs.bu.edu>

	* stdio/stdio.h: Correction of comment
	* libio/stdio.h: Likewise


Index: libio/stdio.h
===================================================================
RCS file: /cvs/glibc/libc/libio/stdio.h,v
retrieving revision 1.61
diff -u -r1.61 stdio.h
--- stdio.h	2000/05/04 02:43:45	1.61
+++ stdio.h	2000/07/12 18:29:40
@@ -105,7 +105,7 @@
 		or tempnam (the two are separate).
    L_ctermid	How long an array to pass to `ctermid'.
    L_cuserid	How long an array to pass to `cuserid'.
-   FOPEN_MAX	Minimum number of files that can be open at once.
+   FOPEN_MAX	Maximum number of files that can be open at once.
    FILENAME_MAX	Maximum length of a filename.  */
 #include <bits/stdio_lim.h>
 
Index: stdio/stdio.h
===================================================================
RCS file: /cvs/glibc/libc/stdio/stdio.h,v
retrieving revision 1.62
diff -u -r1.62 stdio.h
--- stdio.h	1999/12/02 08:15:17	1.62
+++ stdio.h	2000/07/12 18:29:47
@@ -259,7 +259,7 @@
 		or tempnam (the two are separate).
    L_ctermid	How long an array to pass to `ctermid'.
    L_cuserid	How long an array to pass to `cuserid'.
-   FOPEN_MAX	Minimum number of files that can be open at once.
+   FOPEN_MAX	Maximum number of files that can be open at once.
    FILENAME_MAX	Maximum length of a filename.  */
 #include <bits/stdio_lim.h>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]