Update the documentation of the LINKER_VERSIOn script command to actually mention...
authorNick Clifton <nickc@redhat.com>
Tue, 17 Oct 2023 09:42:44 +0000 (10:42 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 17 Oct 2023 09:42:44 +0000 (10:42 +0100)
ld/ld.texi

index 2663f07e9aea2307f52c90445750acf10f33953d..600c9d62806d77c7b95d3a7c2d3f61bc29942451 100644 (file)
@@ -5516,10 +5516,10 @@ expression.
 
 @kindex LINKER_VERSION
 @cindex LINKER_VERSION
-Inserts a string containing the version of the linker at the current
-point.  Note - by default this directive is disabled and will do
-nothing.  It only becomes active if the
-@option{--enable-linker-version} command line option is used.
+The @code{LINKER_VERSION} command inserts a string containing the
+version of the linker at the current point.  Note - by default this
+directive is disabled and will do nothing.  It only becomes active if
+the @option{--enable-linker-version} command line option is used.
 
 Built-in linker scripts for ELF based targets already include this
 directive in their @samp{.comment} section.