summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-30 13:20:29 +0200
committerBruno Haible <bruno@clisp.org>2023-03-30 17:57:36 +0200
commit60745587a2e0073df7fe4cb1ec462f423c8f2bb2 (patch)
treeb0cd34b200537c43bf5e0c671c7279d0778bdb57 /doc
parent4993fb36f8c9d1a18b33285a941ae3ed2aa54c59 (diff)
downloadgnulib-60745587a2e0073df7fe4cb1ec462f423c8f2bb2.tar.gz
mbrtowc tests: Add comment.
* tests/test-mbrtowc.c: Add comment. * tests/test-mbrtowc5.sh: Use symmetric coding style. * doc/posix-functions/mbrtowc.texi: Update.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/mbrtowc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/mbrtowc.texi b/doc/posix-functions/mbrtowc.texi
index d663d11bd8..bcba3f4c53 100644
--- a/doc/posix-functions/mbrtowc.texi
+++ b/doc/posix-functions/mbrtowc.texi
@@ -14,7 +14,7 @@ Minix 3.1.8, HP-UX 11.00, IRIX 6.5, mingw.
@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: