summaryrefslogtreecommitdiffstats
path: root/man3/fwide.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fwide.3')
-rw-r--r--man3/fwide.36
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/fwide.3 b/man3/fwide.3
index eda3bea56..6b33de0ee 100644
--- a/man3/fwide.3
+++ b/man3/fwide.3
@@ -8,7 +8,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
-.TH fwide 3 2023-02-05 "Linux man-pages 6.03"
+.TH fwide 3 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
fwide \- set and determine the orientation of a FILE stream
.SH LIBRARY
@@ -67,7 +67,9 @@ A positive return value means wide-character oriented.
A negative return value means byte oriented.
A return value of zero means undecided.
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, C99.
+C11, POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, C99.
.SH NOTES
Wide-character output to a byte oriented stream can be performed through the
.BR fprintf (3)