summaryrefslogtreecommitdiffstats
path: root/man3/fgetc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fgetc.3')
-rw-r--r--man3/fgetc.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/fgetc.3 b/man3/fgetc.3
index 89d951707..1b13d6118 100644
--- a/man3/fgetc.3
+++ b/man3/fgetc.3
@@ -5,7 +5,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 2023-02-05 "Linux man-pages 6.03"
+.TH fgetc 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
fgetc, fgets, getc, getchar, ungetc \- input of characters and strings
.SH LIBRARY
@@ -107,14 +107,14 @@ on error.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR fgetc (),
.BR fgets (),
.BR getc (),
@@ -122,12 +122,12 @@ T{
.BR ungetc ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, C99.
-.PP
+C11, POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, C89.
+.SH NOTES
It is not advisable to mix calls to input functions from the
.I stdio
library with low-level calls to