diff options
author | Bruno Haible <bruno@clisp.org> | 2020-08-23 00:44:24 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-08-23 00:44:56 +0200 |
commit | d17a87bd3c4a5911a43c1775bcf8b015da270ae9 (patch) | |
tree | c66283f2631b2351439e70606da38f7c602806eb /doc/posix-functions/ispunct_l.texi | |
parent | 3c8ec93cf07da89693c230e7e91933fc562a2142 (diff) | |
download | gnulib-d17a87bd3c4a5911a43c1775bcf8b015da270ae9.tar.gz |
doc: Update for OpenBSD 6.0, 6.7.
* doc/*/*.texi: Update.
* m4/printf.m4: Update comments and cross-compilation guesses.
* m4/ceill.m4: Update comments.
* m4/getcwd-abort-bug.m4: Likewise.
* m4/ilogb.m4: Likewise.
* m4/ilogbf.m4: Likewise.
* m4/langinfo_h.m4: Likewise.
* m4/modf.m4: Likewise.
* m4/modff.m4: Likewise.
Diffstat (limited to 'doc/posix-functions/ispunct_l.texi')
-rw-r--r-- | doc/posix-functions/ispunct_l.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/ispunct_l.texi b/doc/posix-functions/ispunct_l.texi index cc2e91b173..51add7df6b 100644 --- a/doc/posix-functions/ispunct_l.texi +++ b/doc/posix-functions/ispunct_l.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on many platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 1.7.x, mingw, MSVC 14, Android 4.4. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 6.0, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 1.7.x, mingw, MSVC 14, Android 4.4. @end itemize |