VERSIONS: These functions are available in glibc since version 2.1.

This commit is contained in:
Michael Kerrisk 2008-08-11 20:23:22 +00:00
parent 266b5355cf
commit 3fd4929b9c
3 changed files with 9 additions and 3 deletions

View File

@ -13,7 +13,7 @@
.\" 2000-06-30 correction by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
.\" 2000-11-15 aeb, fixed prototype
.\"
.TH ICONV 3 2001-11-15 "GNU" "Linux Programmer's Manual"
.TH ICONV 3 2008-08-11 "GNU" "Linux Programmer's Manual"
.SH NAME
iconv \- perform character set conversion
.SH SYNOPSIS
@ -109,6 +109,8 @@ An invalid multibyte sequence has been encountered in the input.
.TP
.B EINVAL
An incomplete multibyte sequence has been encountered in the input.
.SH VERSIONS
This function is available in glibc since version 2.1.
.SH "CONFORMING TO"
POSIX.1-2001.
.SH "SEE ALSO"

View File

@ -9,7 +9,7 @@
.\" GNU glibc-2 source code and manual
.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
.\"
.TH ICONV_CLOSE 3 1999-11-27 "GNU" "Linux Programmer's Manual"
.TH ICONV_CLOSE 3 2008-08-11 "GNU" "Linux Programmer's Manual"
.SH NAME
iconv_close \- deallocate descriptor for character set conversion
.SH SYNOPSIS
@ -31,6 +31,8 @@ function returns 0.
In case of error, it sets
.I errno
and returns \-1.
.SH VERSIONS
This function is available in glibc since version 2.1.
.SH "CONFORMING TO"
UNIX98, POSIX.1-2001.
.SH "SEE ALSO"

View File

@ -13,7 +13,7 @@
.\" 2007-03-31 Bruno Haible, Describe the glibc/libiconv //TRANSLIT
.\" and //IGNORE extensions for 'tocode'.
.\"
.TH ICONV_OPEN 3 2007-03-31 "GNU" "Linux Programmer's Manual"
.TH ICONV_OPEN 3 2008-08-11 "GNU" "Linux Programmer's Manual"
.SH NAME
iconv_open \- allocate descriptor for character set conversion
.SH SYNOPSIS
@ -79,6 +79,8 @@ The following error can occur, among others:
.B EINVAL
The conversion from \fIfromcode\fP to \fItocode\fP is not supported by the
implementation.
.SH VERSIONS
This function is available in glibc since version 2.1.
.SH "CONFORMING TO"
UNIX98, POSIX.1-2001.
.SH "SEE ALSO"