summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-07-14 11:31:42 +0100
committerNick Clifton <nickc@redhat.com>2015-07-14 11:31:42 +0100
commit1f0d470a6699abe442982df22168c002d16bb714 (patch)
tree97afa831cf6e821196543a10eee58f6a1d28ae65
parent8ffdba260ca757521c815782a0fe01fedc84849a (diff)
downloadbinutils-gdb-1f0d470a6699abe442982df22168c002d16bb714.tar.gz
Fix texinfo problem by adding the required period after an @xref.
* ld.texinfo (Options): Add missing period after @xref.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index aec6288a80a..3035fd7f7d9 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 246f545dd94..e7989b70058 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.