]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
doc: Style module name.
authorBruno Haible <bruno@clisp.org>
Tue, 27 May 2025 08:29:31 +0000 (10:29 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 27 May 2025 08:29:31 +0000 (10:29 +0200)
* doc/posix-headers/fcntl.texi: Style module name with @code.

ChangeLog
doc/posix-headers/fcntl.texi

index e67f901f54edc844ad2171773d81734d9a136093..446fbdc8f1f8926e08d008a2d416c96dfa4c00f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-05-27  Bruno Haible  <bruno@clisp.org>
+
+       doc: Style module name.
+       * doc/posix-headers/fcntl.texi: Style module name with @code.
+
 2025-05-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        fcntl-h: support O_DIRECTORY
index 8d018b9aa6de2bb37ffbac0eb4dce548b4f39be3..22e791b5a86210321f2fd5cd88239e90c6ca42b3 100644 (file)
@@ -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.