From 3fd4929b9ccc08c8921906e937caae4721b7b057 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 11 Aug 2008 20:23:22 +0000 Subject: [PATCH] VERSIONS: These functions are available in glibc since version 2.1. --- man3/iconv.3 | 4 +++- man3/iconv_close.3 | 4 +++- man3/iconv_open.3 | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/man3/iconv.3 b/man3/iconv.3 index 1f844191f..8fdcc3473 100644 --- a/man3/iconv.3 +++ b/man3/iconv.3 @@ -13,7 +13,7 @@ .\" 2000-06-30 correction by Yuichi SATO .\" 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" diff --git a/man3/iconv_close.3 b/man3/iconv_close.3 index 84a295b4c..05e28ac4b 100644 --- a/man3/iconv_close.3 +++ b/man3/iconv_close.3 @@ -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" diff --git a/man3/iconv_open.3 b/man3/iconv_open.3 index 0842d326a..dd0aa93eb 100644 --- a/man3/iconv_open.3 +++ b/man3/iconv_open.3 @@ -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"