aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fwide.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fwide.3')
-rw-r--r--man3/fwide.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/fwide.3 b/man3/fwide.3
index 867c1dce27..14eeb75bc8 100644
--- a/man3/fwide.3
+++ b/man3/fwide.3
@@ -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)