[Midnightbsd-cvs] src [7812] trunk/lib/libc/stdio/getline.3: fix man page text for getline

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 6 19:21:35 EDT 2016


Revision: 7812
          http://svnweb.midnightbsd.org/src/?rev=7812
Author:   laffer1
Date:     2016-09-06 19:21:34 -0400 (Tue, 06 Sep 2016)
Log Message:
-----------
fix man page text for getline

Modified Paths:
--------------
    trunk/lib/libc/stdio/getline.3

Modified: trunk/lib/libc/stdio/getline.3
===================================================================
--- trunk/lib/libc/stdio/getline.3	2016-09-06 23:20:50 UTC (rev 7811)
+++ trunk/lib/libc/stdio/getline.3	2016-09-06 23:21:34 UTC (rev 7812)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 30, 2010
+.Dd November 30, 2012
 .Dt GETLINE 3
 .Os
 .Sh NAME
@@ -76,7 +76,7 @@
 .Fn getdelim
 and
 .Fn getline
-functions return the number of characters written, excluding the
+functions return the number of characters stored in the buffer, excluding the
 terminating
 .Dv NUL
 character.



More information about the Midnightbsd-cvs mailing list