From: Elliott Hughes Date: Tue, 15 Jul 2025 18:42:56 +0000 (+0000) Subject: man/man3/printf.3: Mention Android's %m support. X-Git-Tag: man-pages-6.15~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d7685f3f72bd694a6fc2d2bcb62ebb54fbeb18;p=thirdparty%2Fman-pages.git man/man3/printf.3: Mention Android's %m support. In future we might want to note that it's _not_ available on iOS/macOS and the BSDs, since that's the caveat I usually give when recommending the use of %m. Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/printf.3 b/man/man3/printf.3 index 22fe06576..83eabf7ab 100644 --- a/man/man3/printf.3 +++ b/man/man3/printf.3 @@ -871,7 +871,8 @@ The behavior is undefined if the conversion specification includes any flags, a field width, or a precision. .TP .B m -(glibc extension; supported by uClibc and musl.) +(glibc extension; supported by uClibc and musl, +and on Android from API level 29.) Print output of .I strerror(errno) (or