diff options
author | Nick Clifton <nickc@redhat.com> | 2015-07-14 11:31:42 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-07-14 11:31:42 +0100 |
commit | 1f0d470a6699abe442982df22168c002d16bb714 (patch) | |
tree | 97afa831cf6e821196543a10eee58f6a1d28ae65 | |
parent | 8ffdba260ca757521c815782a0fe01fedc84849a (diff) | |
download | fsf-binutils-gdb-1f0d470a6699abe442982df22168c002d16bb714.zip fsf-binutils-gdb-1f0d470a6699abe442982df22168c002d16bb714.tar.gz fsf-binutils-gdb-1f0d470a6699abe442982df22168c002d16bb714.tar.bz2 |
Fix texinfo problem by adding the required period after an @xref.
* ld.texinfo (Options): Add missing period after @xref.
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
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. |