]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man/man3/*printf.3: Document ERRORS
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 18 May 2025 13:41:59 +0000 (15:41 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 21 May 2025 00:02:07 +0000 (02:02 +0200)
commit8bc318c60ffed8d698de2a94cb2a03ff611c3c7f
tree360197836bf265869f5b1db53edede38d335569f
parent38890a4b214248cb60eaa42a5b82a20311ad3d5e
man/man3/*printf.3: Document ERRORS

The printf family of functions set errno if a negative value is returned.

Source is POSIX.1, see
<https://pubs.opengroup.org/onlinepubs/9799919799/functions/fprintf.html>
<https://pubs.opengroup.org/onlinepubs/9799919799/functions/fwprintf.html>

Also see manual pages of FreeBSD and OpenBSD.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Message-ID: <34octlcodbwm3kfqlouvrvhriiftmlzzobbohgzivlkgi53nfs@7gxajeb56klz>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/asprintf.3
man/man3/printf.3
man/man3/wprintf.3