cvs commit: src/lib/libc/stdio fopen.3
Dag-Erling Smorgrav
des at FreeBSD.org
Wed May 4 01:13:16 PDT 2005
des 2005-05-04 08:12:44 UTC
FreeBSD src repository
Modified files:
lib/libc/stdio fopen.3
Log:
The correct description for mode "w" is
(((truncate to zero length) or (create)) (text file)) (for writing)
and not
((truncate file to zero length) or (create text file)) (for writing)
MFC after: 1 week
Revision Changes Path
1.19 +1 -1 src/lib/libc/stdio/fopen.3
More information about the cvs-src
mailing list