# HG changeset patch # User Bruno Haible # Date 1307058323 -7200 # Node ID cef4d5bc6b722c4d0b3aac9c8ad37c3ba5cff6b7 # Parent c593fd7d2ab958fb8acab2238968de9a453b55df doc: Fix a module name. * doc/posix-functions/open.texi: Fix module name 'nonblocking'. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-06-02 Bruno Haible + + doc: Fix a module name. + * doc/posix-functions/open.texi: Fix module name 'nonblocking'. + 2011-06-02 Bruno Haible pipe2: Remove dependency on 'nonblocking' module. diff --git a/doc/posix-functions/open.texi b/doc/posix-functions/open.texi --- a/doc/posix-functions/open.texi +++ b/doc/posix-functions/open.texi @@ -15,7 +15,7 @@ FreeBSD 7.2, AIX 7.1, HP-UX 11.00, Solaris 9, Irix 5.3. @item This function does not support the @code{O_NONBLOCK} flag when it is defined -by the gnulib module @code{nonblock} on some platforms: +by the gnulib module @code{nonblocking} on some platforms: mingw. @item On Windows platforms (excluding Cygwin), this function does usually not