svn commit: r200600 - head/lib/libc/stdio
Matteo Riondato
matteo at FreeBSD.org
Tue Dec 15 20:19:23 PST 2009
Author: matteo
Date: Wed Dec 16 04:19:23 2009
New Revision: 200600
URL: http://svn.freebsd.org/changeset/base/200600
Log:
Modified:
head/lib/libc/stdio/getline.3
Modified: head/lib/libc/stdio/getline.3
==============================================================================
--- head/lib/libc/stdio/getline.3 Wed Dec 16 03:29:00 2009 (r200599)
+++ head/lib/libc/stdio/getline.3 Wed Dec 16 04:19:23 2009 (r200600)
@@ -78,7 +78,8 @@ and
.Fn getline
functions return the number of characters written, excluding the
terminating
-.Dv NUL .
+.Dv NUL
+character.
The value \-1 is returned if an error occurs, or if end-of-file is reached.
.Sh EXAMPLES
The following code fragment reads lines from a file and
More information about the svn-src-head
mailing list