This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ld.texinfo, commit 3ea6077552


Hi Dilyan,

+output file.  @xref{Orphan Sections}  The @option{--no-warn-orphan}

Becasue there is no fullstop after @xref, texinfo complains.  See also
the Caution at
http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Reference-Syntax.html

Oops - sorry about that. I have checked in the obvious patch to fix the problem.

Cheers
  Nick

ld/ChangeLog
2015-07-14  Nick Clifton  <nickc@redhat.com>

	* ld.texinfo (Options): Add missing period after @xref.

diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 246f545..e7989b7 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -2096,7 +2096,7 @@ which refers to it.
 @item --warn-orphan
 The @option{--warn-orphan} option tells the linker to generate a
 warning message whenever it has to place an orphan section into the
-output file.  @xref{Orphan Sections}  The @option{--no-warn-orphan}
+output file.  @xref{Orphan Sections}.  The @option{--no-warn-orphan}
 option restores the default behaviour of just silently placing these
 sections.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]