From: Bruno Haible Date: Tue, 27 May 2025 08:29:31 +0000 (+0200) Subject: doc: Style module name. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=004d743468ea493542a7543c77c01fbf16aadb03;p=thirdparty%2Fgnulib.git doc: Style module name. * doc/posix-headers/fcntl.texi: Style module name with @code. --- diff --git a/ChangeLog b/ChangeLog index e67f901f54..446fbdc8f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-05-27 Bruno Haible + + doc: Style module name. + * doc/posix-headers/fcntl.texi: Style module name with @code. + 2025-05-26 Paul Eggert fcntl-h: support O_DIRECTORY diff --git a/doc/posix-headers/fcntl.texi b/doc/posix-headers/fcntl.texi index 8d018b9aa6..22e791b5a8 100644 --- a/doc/posix-headers/fcntl.texi +++ b/doc/posix-headers/fcntl.texi @@ -124,7 +124,7 @@ Portability problems not fixed by Gnulib: On some platforms, @samp{O_NOATIME} and @samp{O_NOFOLLOW} are defined but do not work. To help work around the resulting portability problems, -the fcntl-h module defines @samp{HAVE_WORKING_O_NOATIME} to 1 +the @code{fcntl-h} module defines @samp{HAVE_WORKING_O_NOATIME} to 1 on platforms where @samp{O_NOATIME} is known to work, and to 0 otherwise; and similarly for @samp{HAVE_WORKING_O_NOFOLLOW} and @samp{O_NOFOLLOW}: Mac OS X 10.3.