aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcwidth.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 16:44:51 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 16:44:51 +0000
commit1c44bd5b0b2fa84571e5c2989ab2942fcaa573c4 (patch)
treeac3d07039ca9010aa17bee1cf8f4cf92074776d3 /man3/wcwidth.3
parentdc936104cda6b31e0b6e6c86194d4aad043e2da4 (diff)
downloadman-pages-1c44bd5b0b2fa84571e5c2989ab2942fcaa573c4.tar.gz
Wrap long lines; start sentences on new lines
Diffstat (limited to 'man3/wcwidth.3')
-rw-r--r--man3/wcwidth.311
1 files changed, 7 insertions, 4 deletions
diff --git a/man3/wcwidth.3 b/man3/wcwidth.3
index 5059f5bae9..08ebbca830 100644
--- a/man3/wcwidth.3
+++ b/man3/wcwidth.3
@@ -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.