aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-06-13 12:33:07 +0000
committerBruno Haible <bruno@clisp.org>2009-06-21 11:43:45 +0200
commit5f66bf923eaccc12e52b277c457148d46703a41f (patch)
tree3dc111e740b2de1d3f50c72651fcfea399ad6114
parent525d2ed2a74019b5a791147d89cc962974cbb05d (diff)
downloadandroid-libiconv-5f66bf923eaccc12e52b277c457148d46703a41f.tar.gz
android-libiconv-5f66bf923eaccc12e52b277c457148d46703a41f.tar.bz2
android-libiconv-5f66bf923eaccc12e52b277c457148d46703a41f.zip
Fix typo.
-rw-r--r--man/iconv.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/iconv.3 b/man/iconv.3
index a2d66c6..02f75b3 100644
--- a/man/iconv.3
+++ b/man/iconv.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 3 "November 18, 2000" "GNU" "Linux Programmer's Manual"
+.TH ICONV 3 "June 13, 2002" "GNU" "Linux Programmer's Manual"
.SH NAME
iconv \- perform character set conversion
.SH SYNOPSIS
@@ -33,7 +33,7 @@ At most \fI*outbytesleft\fP bytes, starting at \fI*outbuf\fP, will be written.
The \fBiconv\fP function converts one multibyte character at a time, and for
each character conversion it increments \fI*inbuf\fP and decrements
\fI*inbytesleft\fP by the number of converted input bytes, it increments
-\fI*outbuf\fP and decrements \fI*outbytesptr\fP by the number of converted
+\fI*outbuf\fP and decrements \fI*outbytesleft\fP by the number of converted
output bytes, and it updates the conversion state contained in \fIcd\fP.
The conversion can stop for four reasons:
.PP
@@ -60,7 +60,7 @@ initial state and store a corresponding shift sequence at \fI*outbuf\fP.
At most \fI*outbytesleft\fP bytes, starting at \fI*outbuf\fP, will be written.
If the output buffer has no more room for this reset sequence, it sets
\fBerrno\fP to \fBE2BIG\fP and returns (size_t)(-1). Otherwise it increments
-\fI*outbuf\fP and decrements \fI*outbytesptr\fP by the number of bytes
+\fI*outbuf\fP and decrements \fI*outbytesleft\fP by the number of bytes
written.
.PP
A third case is when \fIinbuf\fP is NULL or \fI*inbuf\fP is NULL, and