diff options
author | Bruno Haible <bruno@clisp.org> | 2004-02-02 11:35:26 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-21 11:43:58 +0200 |
commit | daefecf702f57894a7b7da894b8e47e74e04b433 (patch) | |
tree | 7c90bf63bd6c4261b1b687cdcc5521b0228ba9f9 | |
parent | fe3dc14252269229ccfc54fdfa56b287e5b41688 (diff) | |
download | android-libiconv-daefecf702f57894a7b7da894b8e47e74e04b433.tar.gz android-libiconv-daefecf702f57894a7b7da894b8e47e74e04b433.tar.bz2 android-libiconv-daefecf702f57894a7b7da894b8e47e74e04b433.zip |
Tiny fix.
-rwxr-xr-x | man/iconvctl.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/iconvctl.3 b/man/iconvctl.3 index 122f6ce..26d573c 100755 --- a/man/iconvctl.3 +++ b/man/iconvctl.3 @@ -51,7 +51,7 @@ or 0 otherwise. A non-zero value is used to enable "illegal sequence discard and continue" in the conversion. A zero value disables it. .SH "RETURN VALUE" -The \fBiconvctl\fP function return 0 if it succeeds. In case of error, it sets +The \fBiconvctl\fP function returns 0 if it succeeds. In case of error, it sets \fBerrno\fP and returns -1. .SH ERRORS The following errors can occur, among others: |