]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Fix small mistake in last commit.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Jul 2020 15:03:23 +0000 (17:03 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Jul 2020 15:03:23 +0000 (17:03 +0200)
* doc/posix-functions/open.texi: Keep in sync with doc/posix-headers/fcntl.texi.

doc/posix-functions/open.texi

index a4d81d5c9392ed099e96a6a1e07b70c3ee175615..d4767d9c7bcc9d51151bcbf56cefcbd20307f726 100644 (file)
@@ -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}.)