summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/ungetc.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/ungetc.3')
-rw-r--r--lib/libc/stdio/ungetc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3
index 85392075e84..ea4c9fd5d36 100644
--- a/lib/libc/stdio/ungetc.3
+++ b/lib/libc/stdio/ungetc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ungetc.3,v 1.7 2007/05/31 19:19:31 jmc Exp $
+.\" $OpenBSD: ungetc.3,v 1.8 2013/06/05 03:39:23 tedu Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,14 +31,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 5 2013 $
.Dt UNGETC 3
.Os
.Sh NAME
.Nm ungetc
.Nd un-get character from input stream
.Sh SYNOPSIS
-.Fd #include <stdio.h>
+.In stdio.h
.Ft int
.Fn ungetc "int c" "FILE *stream"
.Sh DESCRIPTION