A small styling tweak:

2025-05-27  Bruno Haible  <br...@clisp.org>

        doc: Style module name.
        * doc/posix-headers/fcntl.texi: Style module name with @code.

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 @@
 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.




Reply via email to