diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-06-28 13:16:14 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-06-28 13:16:14 +0200 |
commit | d5a0c0a308cacb5ce928c20cbee1ef85f917824e (patch) | |
tree | 5d5093707e8144567b178a20378e84d9946ada5e | |
parent | e4ed68e5770d348c209fbef37a96e83a17115b86 (diff) | |
download | gdb-d5a0c0a308cacb5ce928c20cbee1ef85f917824e.zip gdb-d5a0c0a308cacb5ce928c20cbee1ef85f917824e.tar.gz gdb-d5a0c0a308cacb5ce928c20cbee1ef85f917824e.tar.bz2 |
ld/doc: drop stray blank
Old enough tools demand no blank between @option and the opening figure
brace. Re-wrap the paragraph as well while at it.
-rw-r--r-- | ld/ldint.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ld/ldint.texi b/ld/ldint.texi index 5549f50..9c8fc68 100644 --- a/ld/ldint.texi +++ b/ld/ldint.texi @@ -296,10 +296,9 @@ appropriate time, normally when the linker is invoked with the @code{-shared @item wshared Like @emph{cshared} but in addition to needing the @option{-shared} -and @option {-z combreloc} options, it also needs the -@option{-z relro} option. If the @option{-z now} option is also used -then the output has an extension of @file{.xsw}, otherwise it is -@file{.xsco}. +and @option{-z combreloc} options, it also needs the @option{-z relro} +option. If the @option{-z now} option is also used then the output has +an extension of @file{.xsw}, otherwise it is @file{.xsco}. @item pie The @file{scripttempl} script is only invoked with @code{LD_FLAG} set to |