summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/getc.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r--lib/libc/stdio/getc.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index 2b189179b93..a640e92408e 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getc.3,v 1.14 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: getc.3,v 1.15 2017/12/01 11:18:40 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: December 1 2017 $
.Dt GETC 3
.Os
.Sh NAME
@@ -101,6 +101,7 @@ until the condition is cleared with
.Xr ferror 3 ,
.Xr fopen 3 ,
.Xr fread 3 ,
+.Xr getwc 3 ,
.Xr putc 3 ,
.Xr ungetc 3
.Sh STANDARDS