summaryrefslogtreecommitdiff
path: root/doc/posix-functions/open.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-25 17:03:23 +0200
committerBruno Haible <bruno@clisp.org>2020-07-25 17:03:23 +0200
commite9e5c4475fc69207d865b5de6f2c1ba843da59dd (patch)
tree470bdb2c41e99365239bfed106e407c8afafb56f /doc/posix-functions/open.texi
parent0c12abaf14d84411ac8c908b641a8bc4478e564a (diff)
downloadgnulib-e9e5c4475fc69207d865b5de6f2c1ba843da59dd.tar.gz
doc: Fix small mistake in last commit.
* doc/posix-functions/open.texi: Keep in sync with doc/posix-headers/fcntl.texi.
Diffstat (limited to 'doc/posix-functions/open.texi')
-rw-r--r--doc/posix-functions/open.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/posix-functions/open.texi b/doc/posix-functions/open.texi
index a4d81d5c93..d4767d9c7b 100644
--- a/doc/posix-functions/open.texi
+++ b/doc/posix-functions/open.texi
@@ -10,7 +10,8 @@ Portability problems fixed by the Gnulib module @code{open}:
@itemize
@item
Some platforms do not support @code{O_CLOEXEC}:
-Mac OS X 10.13, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin 1.7.x, mingw, MSVC 14.
+@c See posix-headers/fcntl.texi for the list.
+Mac OS X 10.6, FreeBSD 8.4, NetBSD 5.1, OpenBSD 4.9, Minix 3.1.8, AIX 7.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin 1.7.x, mingw, MSVC 14.
@item
On platforms where @code{off_t} is a 32-bit type, @code{open} may not work
correctly with files larger than 2 GB@. (Cf. @code{AC_SYS_LARGEFILE}.)