summaryrefslogtreecommitdiff
path: root/doc/posix-functions/read.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-25 01:38:31 +0200
committerBruno Haible <bruno@clisp.org>2020-07-25 01:38:31 +0200
commit0c12abaf14d84411ac8c908b641a8bc4478e564a (patch)
tree6f0cff89a018c64ec47be8e6d5d1c6300f82ceed /doc/posix-functions/read.texi
parent5b4773721d511694afeedb1f3f966a5035dabef9 (diff)
downloadgnulib-0c12abaf14d84411ac8c908b641a8bc4478e564a.tar.gz
doc: Update for Mac OS X 10.13.
* doc/*/*.texi: Update. * m4/expm1l.m4: Update comments. * m4/getgroups.m4: Likewise. * m4/getlogin_r.m4: Likewise. * m4/linkat.m4: Likewise. * m4/printf.m4: Likewise.
Diffstat (limited to 'doc/posix-functions/read.texi')
-rw-r--r--doc/posix-functions/read.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/read.texi b/doc/posix-functions/read.texi
index a48e5ea9e2..5f06183861 100644
--- a/doc/posix-functions/read.texi
+++ b/doc/posix-functions/read.texi
@@ -31,7 +31,7 @@ Portability problems not fixed by Gnulib:
@item
This function may fail with error @code{EINTR}, even in programs that don't
install any signal handlers, on some platforms:
-Mac OS X 10.5.
+Mac OS X 10.13.
@end itemize
For handling @code{EINTR}, Gnulib provides a module @samp{safe-read} with a