summaryrefslogtreecommitdiffstats
path: root/man3/stdin.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/stdin.3')
-rw-r--r--man3/stdin.314
1 files changed, 6 insertions, 8 deletions
diff --git a/man3/stdin.3 b/man3/stdin.3
index 7c21a299d..afe1fa5e0 100644
--- a/man3/stdin.3
+++ b/man3/stdin.3
@@ -10,7 +10,7 @@
.\" 2005-06-16 mtk, mentioned freopen()
.\" 2007-12-08, mtk, Converted from mdoc to man macros
.\"
-.TH stdin 3 2022-12-29 "Linux man-pages 6.03"
+.TH stdin 3 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
stdin, stdout, stderr \- standard I/O streams
.SH LIBRARY
@@ -114,14 +114,12 @@ The standard streams are closed by a call to
.BR exit (3)
and by normal program termination.
.SH STANDARDS
-The
-.IR stdin ,
-.IR stdout ,
-and
-.I stderr
-macros conform to C99
-and this standard also stipulates that these three
+C11, POSIX.1-2008.
+.PP
+The standards also stipulate that these three
streams shall be open at program startup.
+.SH HISTORY
+C89, POSIX.1-2001.
.SH NOTES
The stream
.I stderr