diff options
Diffstat (limited to 'man3/fgetws.3')
-rw-r--r-- | man3/fgetws.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fgetws.3 b/man3/fgetws.3 index c96ddb426..1966c9fe6 100644 --- a/man3/fgetws.3 +++ b/man3/fgetws.3 @@ -37,7 +37,7 @@ For a non-locking counterpart, see The \fBfgetws\fP() function, if successful, returns \fIws\fP. If end of stream was already reached or if an error occurred, it returns NULL. .SH "CONFORMING TO" -ISO/ANSI C, UNIX98 +ISO/ANSI C, POSIX.1-2001. .SH NOTES The behaviour of \fBfgetws\fP() depends on the LC_CTYPE category of the current locale. |