From: Bruno Haible Date: Thu, 2 Jun 2011 23:45:23 +0000 (+0200) Subject: doc: Fix a module name. X-Git-Tag: v0.1~2669 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=27edfbd1f469a7bcd997ebc1485c6b2af04f649a;hp=64e338384bc99dfb49c4f46648b3fa0c50e8491d;p=gnulib.git doc: Fix a module name. * doc/posix-functions/open.texi: Fix module name 'nonblocking'. --- diff --git a/ChangeLog b/ChangeLog index ae8383c4f..79c65cd6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * lib/pipe2.c: Include verify.h. Include nonblocking.h only if O_NONBLOCK is defined by gnulib. diff --git a/doc/posix-functions/open.texi b/doc/posix-functions/open.texi index 7ccb4861e..55b333cc7 100644 --- a/doc/posix-functions/open.texi +++ b/doc/posix-functions/open.texi @@ -15,7 +15,7 @@ directory, on some platforms: 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