[binutils-gdb] ld/doc: drop stray blank

Jan Beulich jbeulich@sourceware.org
Fri Jun 28 11:16:22 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d5a0c0a308cacb5ce928c20cbee1ef85f917824e

commit d5a0c0a308cacb5ce928c20cbee1ef85f917824e
Author: Jan Beulich <jbeulich@suse.com>
Date:   Fri Jun 28 13:16:14 2024 +0200

    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.

Diff:
---
 ld/ldint.texi | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/ld/ldint.texi b/ld/ldint.texi
index 5549f50908d..9c8fc68586e 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


More information about the Binutils-cvs mailing list