Recently, getdelim() and getline() were commited to stdio.
Shouldn't they also be mentioned in stdio(3)?

(While at it, fixed a grammar glitch.)

        Jan


Index: stdio.3
===================================================================
RCS file: /cvs/src/lib/libc/stdio/stdio.3,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 stdio.3
--- stdio.3     3 Sep 2011 23:24:51 -0000       1.22
+++ stdio.3     10 Apr 2012 13:30:11 -0000
@@ -95,7 +95,7 @@ files.
 Neither does an exit due to a signal.
 Buffers are flushed by
 .Xr abort 3
-as required by POSIX, although previous implementations did not.
+as required by POSIX, although in previous implementations they were not.
 .Pp
 This implementation needs and makes
 no distinction between
@@ -237,6 +237,8 @@ definitions are explicitly removed.
 .It fwrite Ta "binary stream input/output"
 .It getc Ta "get next character or word from input stream"
 .It getchar Ta "get next character or word from input stream"
+.It getdelim Ta "read a delimited record from a stream"
+.It getline Ta "read a delimited record from a stream"
 .It gets Ta "get a line from a stream"
 .It getw Ta "get next character or word from input stream"
 .It mkstemp Ta "create unique temporary file"

Reply via email to