diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/fwide.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fwide.3 b/man3/fwide.3 index 4d6c6fb1d0..d65cae64b8 100644 --- a/man3/fwide.3 +++ b/man3/fwide.3 @@ -38,7 +38,7 @@ It returns a positive value if \fIstream\fP is wide-character oriented, that is, if wide-character I/O is permitted but char I/O is disallowed. It returns a negative value if \fIstream\fP is byte oriented, -i.e. if char I/O is permitted but wide-character I/O is disallowed. +i.e., if char I/O is permitted but wide-character I/O is disallowed. It returns zero if \fIstream\fP has no orientation yet; in this case the next I/O operation might change the orientation (to byte oriented if it is a char |
