]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wcwidth.3
Wrap long lines; start sentences on new lines
[thirdparty/man-pages.git] / man3 / wcwidth.3
index 5059f5bae9082fecae4557ef8e49e1a4a0605ba1..08ebbca83073dc9637e6d9c915e9c899c88ca7ef 100644 (file)
@@ -21,11 +21,14 @@ wcwidth \- determine columns needed for a wide character
 .BI "int wcwidth(wchar_t " c );
 .fi
 .SH DESCRIPTION
-The \fBwcwidth\fP() function returns the number of columns needed to represent
-the wide character \fIc\fP. If \fIc\fP is a printable wide character, the value
-is at least 0. If \fIc\fP is L'\\0', the value is 0. Otherwise \-1 is returned.
+The \fBwcwidth\fP() function returns the number of columns
+needed to represent the wide character \fIc\fP.
+If \fIc\fP is a printable wide character, the value
+is at least 0.
+If \fIc\fP is L'\\0', the value is 0. Otherwise \-1 is returned.
 .SH "RETURN VALUE"
-The \fBwcwidth\fP() function returns the number of column positions for \fIc\fP.
+The \fBwcwidth\fP() function returns the number of
+column positions for \fIc\fP.
 .SH "CONFORMING TO"
 POSIX.1-2001.