From: Bruno Haible Date: Thu, 2 Jun 2011 23:45:23 +0000 (+0200) Subject: doc: Fix a module name. X-Git-Tag: stable/20110609~36 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=4ba5a2c9819f7bb429a2910f0289976932c6a6cf doc: Fix a module name. * doc/posix-functions/open.texi: Fix module name 'nonblocking'. (cherry picked from commit 27edfbd1f469a7bcd997ebc1485c6b2af04f649a) --- diff --git a/ChangeLog b/ChangeLog index 6c28b0263..36c98d372 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