]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Mark up function name in installation docs
authorGerald Pfeifer <gerald@pfeifer.com>
Tue, 5 Aug 2025 05:44:47 +0000 (07:44 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Tue, 5 Aug 2025 05:44:47 +0000 (07:44 +0200)
gcc:
PR target/69374
* doc/install.texi (Configuration): Mark up atexit as code.

gcc/doc/install.texi

index f3f14458e4b4c9c4709c59e1611f72531ca57c7e..64c1217e587b926afa5f22bbb0e1b84537d90356 100644 (file)
@@ -1887,8 +1887,8 @@ Produce code conforming to version 20191213.
 In the absence of this configuration option the default version is 20191213.
 
 @item --enable-__cxa_atexit
-Define if you want to use @code{__cxa_atexit}, rather than atexit, to
-register C++ destructors for local statics and global objects.
+Define if you want to use @code{__cxa_atexit}, rather than @code{atexit},
+to register C++ destructors for local statics and global objects.
 This is essential for fully standards-compliant handling of
 destructors, but requires @code{__cxa_atexit} in libc.  This option is
 currently only available on systems with GNU libc.  When enabled, this