]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Jul 2008 15:33:56 +0000 (15:33 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Jul 2008 15:33:56 +0000 (15:33 +0000)
man3/fwide.3

index 6aa35858cc50894a1c6543e3aa6296a9b0102be9..4d6c6fb1d05f9c275544c46ce1c3c2a0fc0ef234 100644 (file)
@@ -51,8 +51,9 @@ the stream is closed.
 When \fImode\fP is non-zero, the
 .BR fwide ()
 function first attempts to set
-\fIstream\fP's orientation (to wide-character oriented if \fImode\fP > 0, or
-to byte oriented if \fImode\fP < 0).
+\fIstream\fP's orientation (to wide-character oriented
+if \fImode\fP is greater than 0, or
+to byte oriented if \fImode\fP is less than 0).
 It then returns a value denoting the
 current orientation, as above.
 .SH "RETURN VALUE"