]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/stdio.3
Libc-763.11.tar.gz
[apple/libc.git] / stdio / stdio.3
index 9831af000e384894bfafea29cbd766813e384bc3..1cf1be677da6c3ab6438ea32b456106a794a3975 100644 (file)
@@ -9,10 +9,6 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by the University of
-.\"    California, Berkeley and its contributors.
 .\" 4. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
@@ -30,9 +26,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)stdio.3    8.7 (Berkeley) 4/19/94
-.\" $FreeBSD: src/lib/libc/stdio/stdio.3,v 1.26 2004/07/02 23:52:12 ru Exp $
+.\" $FreeBSD: src/lib/libc/stdio/stdio.3,v 1.30 2009/03/04 03:38:51 das Exp $
 .\"
-.Dd January 10, 2003
+.Dd March 3, 2009
 .Dt STDIO 3
 .Os
 .Sh NAME
@@ -261,10 +257,6 @@ static FILE *var = stdout;
 .Xr read 2 ,
 .Xr write 2 ,
 .Xr compat 5
-.Sh BUGS
-The standard buffered functions do not interact well with certain other
-library and system functions, especially
-.Xr vfork 2 .
 .Sh STANDARDS
 The
 .Nm
@@ -311,6 +303,8 @@ library conforms to
 .It ""
 .It "getc      get next character or word from input stream"
 .It "getchar   get next character or word from input stream"
+.It "getdelim  get a line from a stream"
+.It "getline   get a line from a stream"
 .It "gets      get a line from a stream"
 .It "getw      get next character or word from input stream"
 .It "getwc     get next wide character from input stream"
@@ -366,3 +360,7 @@ library conforms to
 .It ""
 .It "wprintf   formatted wide character output conversion"
 .El
+.Sh BUGS
+The standard buffered functions do not interact well with certain other
+library and system functions, especially
+.Xr vfork 2 .