From e9e5c4475fc69207d865b5de6f2c1ba843da59dd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 25 Jul 2020 17:03:23 +0200 Subject: [PATCH] doc: Fix small mistake in last commit. * doc/posix-functions/open.texi: Keep in sync with doc/posix-headers/fcntl.texi. --- doc/posix-functions/open.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}.) -- 2.39.5