]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man/man1/iconv.1: Mention that -c does not change exit status
authorFlorian Weimer <fweimer@redhat.com>
Thu, 5 Jun 2025 12:46:14 +0000 (14:46 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 11 Jun 2025 11:56:51 +0000 (13:56 +0200)
commitd1324c82d0fedb45678d7c74cda2200f14f75a72
treed2a8b9d7262d9db312b1c56966e431f5bd6ab666
parent9fbe8215606e577f66aea30b1106815e7143bdce
man/man1/iconv.1: Mention that -c does not change exit status

And that input decoding failures are treated as errors.

Exiting with status 0 is a POSIX conformance issue that was fixed
in glibc 2.41.

Signed-off-by: Florian Weimer <fweimer@redhat.com>
Message-ID: <87msamxso9.fsf@oldenburg.str.redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man1/iconv.1