summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-03 14:24:37 +0200
committerBruno Haible <bruno@clisp.org>2023-04-03 14:24:37 +0200
commit09a9ccc95ddd3e4ffbf386cca440b944c91d3412 (patch)
treed4de83c726e350ce34ae12fddea784721234cafe /doc
parentb330f8630dff4d43f4bc3e8868b4b8374cb37e0d (diff)
downloadgnulib-09a9ccc95ddd3e4ffbf386cca440b944c91d3412.tar.gz
mbrtoc32 tests: Add comment.
* m4/mbrtowc.m4 (gl_MBRTOWC_C_LOCALE): Add comment. * m4/mbrtoc32.m4 (gl_MBRTOC32_C_LOCALE): Add comment. * tests/test-mbrtoc32.c: Add comment. * tests/test-mbrtoc32-5.sh: Use symmetric coding style. * doc/posix-functions/mbrtoc32.texi: Update.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/mbrtoc32.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/mbrtoc32.texi b/doc/posix-functions/mbrtoc32.texi
index d95c670200..7c3d6c294a 100644
--- a/doc/posix-functions/mbrtoc32.texi
+++ b/doc/posix-functions/mbrtoc32.texi
@@ -12,7 +12,7 @@ glibc 2.15, macOS 11.1, FreeBSD 6.4, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 7
@item
In the C or POSIX locales, this function can return @code{(size_t) -1}
and set @code{errno} to @code{EILSEQ}:
-glibc 2.23.
+glibc 2.35.
@item
This function returns 0 instead of @code{(size_t) -2} when the input
is empty: