This is the mail archive of the binutils-cvs@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]

[binutils-gdb] Fix texinfo problem by adding the required period after an @xref.


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

commit 1f0d470a6699abe442982df22168c002d16bb714
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jul 14 11:31:42 2015 +0100

    Fix texinfo problem by adding the required period after an @xref.
    
    	* ld.texinfo (Options): Add missing period after @xref.

Diff:
---
 ld/ChangeLog  | 4 ++++
 ld/ld.texinfo | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index aec6288..3035fd7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-14  Nick Clifton  <nickc@redhat.com>
+
+	* ld.texinfo (Options): Add missing period after @xref.
+
 2015-07-10  Alan Modra  <amodra@gmail.com>
 
 	* ldexp.c (align_dot_val): New function.
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]