]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wcswidth.3
exec.3: Minor wording fix in subsection title
[thirdparty/man-pages.git] / man3 / wcswidth.3
index cf326be9fd961013261bf6404592ce03d1865070..bcc4757f8049667339cfc4bbe722843fa2819447 100644 (file)
 .\"   Dinkumware C library reference http://www.dinkumware.com/
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"
-.TH WCSWIDTH 3  2010-09-10 "GNU" "Linux Programmer's Manual"
+.TH WCSWIDTH 3  2015-08-08 "GNU" "Linux Programmer's Manual"
 .SH NAME
 wcswidth \- determine columns needed for a fixed-size wide-character string
 .SH SYNOPSIS
 .nf
 .BR "#define _XOPEN_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <wchar.h>
-.sp
+.PP
 .BI "int wcswidth(const wchar_t *" s ", size_t " n );
 .fi
 .SH DESCRIPTION
@@ -44,8 +44,20 @@ wide-character string
 .IR s ,
 truncated to at most length
 .IR n .
+.SH ATTRIBUTES
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lb lb lb
+l l l.
+Interface      Attribute       Value
+T{
+.BR wcswidth ()
+T}     Thread safety   MT-Safe locale
+.TE
 .SH CONFORMING TO
-POSIX.1-2001.
+POSIX.1-2001, POSIX.1-2008.
 .SH NOTES
 The behavior of
 .BR wcswidth ()