]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/ungetc.3
Libc-763.11.tar.gz
[apple/libc.git] / stdio / FreeBSD / ungetc.3
index 0c0bf83e1f4b0ea83427e9d2e18c7111cf4d6a06..ee280eb9a745add23e872d37e90fa81a90b8ffe3 100644 (file)
 .\" 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.
@@ -34,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)ungetc.3   8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/stdio/ungetc.3,v 1.13 2002/10/10 04:12:40 tjr Exp $
+.\" $FreeBSD: src/lib/libc/stdio/ungetc.3,v 1.14 2007/01/09 00:28:07 imp Exp $
 .\"
 .Dd June 4, 1993
 .Dt UNGETC 3