From 27edfbd1f469a7bcd997ebc1485c6b2af04f649a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 3 Jun 2011 01:45:23 +0200 Subject: [PATCH] doc: Fix a module name. * doc/posix-functions/open.texi: Fix module name 'nonblocking'. --- ChangeLog | 5 +++++ doc/posix-functions/open.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.11.0