summaryrefslogtreecommitdiffstats
path: root/man3/fgetc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fgetc.3')
-rw-r--r--man3/fgetc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/fgetc.3 b/man3/fgetc.3
index 0d76f0ef7..7fbe41dff 100644
--- a/man3/fgetc.3
+++ b/man3/fgetc.3
@@ -24,7 +24,7 @@
.\"
.\" Modified Wed Jul 28 11:12:07 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Fri Sep 8 15:48:13 1995 by Andries Brouwer (aeb@cwi.nl)
-.TH FGETC 3 2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH FGETC 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
fgetc, fgets, getc, getchar, ungetc \- input of characters and strings
.SH SYNOPSIS
@@ -98,7 +98,7 @@ For nonlocking counterparts, see
.BR unlocked_stdio (3).
.SH RETURN VALUE
.BR fgetc (),
-.BR getc ()
+.BR getc (),
and
.BR getchar ()
return the character read as an
@@ -166,7 +166,7 @@ will be undefined and very probably not what you want.
.BR unlocked_stdio (3),
.BR feature_test_macros (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,