]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/iconv_open.3
Removed trailing white space at end of lines
[thirdparty/man-pages.git] / man3 / iconv_open.3
index 61845ae6e48dc9d57250131109f1809b4c0453c5..6add8512484ef06a3eff44789a93de2c537eff95 100644 (file)
 .\" 2007-03-31 Bruno Haible, Describe the glibc/libiconv //TRANSLIT
 .\" and //IGNORE extensions for 'tocode'.
 .\"
-.TH ICONV_OPEN 3  2008-08-11 "GNU" "Linux Programmer's Manual"
+.TH ICONV_OPEN 3  2017-09-15 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iconv_open \- allocate descriptor for character set conversion
 .SH SYNOPSIS
 .nf
 .B #include <iconv.h>
-.sp
+.PP
 .BI "iconv_t iconv_open(const char *" tocode ", const char *" fromcode );
 .fi
 .SH DESCRIPTION
@@ -102,8 +102,21 @@ is not supported by the
 implementation.
 .SH VERSIONS
 This function is available in glibc since version 2.1.
+.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 iconv_open ()
+T}     Thread safety   MT-Safe locale
+.TE
+.sp 1
 .SH CONFORMING TO
-UNIX98, POSIX.1-2001.
+POSIX.1-2001, POSIX.1-2008, SUSv2.
 .SH SEE ALSO
 .BR iconv (1),
 .BR iconv (3),