]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Mark up __cxa_atexit as @code.
authorGerald Pfeifer <gerald@pfeifer.com>
Mon, 17 Jun 2024 13:16:49 +0000 (15:16 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Mon, 17 Jun 2024 13:16:49 +0000 (15:16 +0200)
gcc:
* doc/install.texi (Configuration): Mark up __cxa_atexit as @code.

gcc/doc/install.texi

index 298031dc2de9ad00efb0d2db6a7cb0db99451402..1774a010889aa2ad9c0462e02d244f022c5c8009 100644 (file)
@@ -1779,12 +1779,12 @@ 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 __cxa_atexit, rather than atexit, to
+Define if you want to use @code{__cxa_atexit}, rather than atexit, to
 register C++ destructors for local statics and global objects.
 This is essential for fully standards-compliant handling of
-destructors, but requires __cxa_atexit in libc.  This option is currently
-only available on systems with GNU libc.  When enabled, this will cause
-@option{-fuse-cxa-atexit} to be passed by default.
+destructors, but requires @code{__cxa_atexit} in libc.  This option is
+currently only available on systems with GNU libc.  When enabled, this
+will cause @option{-fuse-cxa-atexit} to be passed by default.
 
 @item --enable-gnu-indirect-function
 Define if you want to enable the @code{ifunc} attribute.  This option is