Module Name: src
Committed By: jruoho
Date: Fri Apr 30 05:56:14 UTC 2010
Modified Files:
src/lib/libc/stdio: ungetc.3
Log Message:
Add HISTORY.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdio/ungetc.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdio/ungetc.3
diff -u src/lib/libc/stdio/ungetc.3:1.9 src/lib/libc/stdio/ungetc.3:1.10
--- src/lib/libc/stdio/ungetc.3:1.9 Thu Aug 7 16:43:33 2003
+++ src/lib/libc/stdio/ungetc.3 Fri Apr 30 05:56:14 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: ungetc.3,v 1.9 2003/08/07 16:43:33 agc Exp $
+.\" $NetBSD: ungetc.3,v 1.10 2010/04/30 05:56:14 jruoho Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)ungetc.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd April 30, 2010
.Dt UNGETC 3
.Os
.Sh NAME
@@ -92,4 +92,11 @@
The
.Fn ungetc
function conforms to
-.St -ansiC .
+.St -ansiC
+and
+.St -p1003.1-2001 .
+.Sh HISTORY
+An
+.Fn ungetc
+function appeared in
+.At v7 .