Fix texinfo problem by adding the required period after an @xref.
authorNick Clifton <nickc@redhat.com>
Tue, 14 Jul 2015 10:31:42 +0000 (11:31 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 14 Jul 2015 10:31:42 +0000 (11:31 +0100)
* ld.texinfo (Options): Add missing period after @xref.

ld/ChangeLog
ld/ld.texinfo

index aec6288a80a871b8065fa600207fd270d230129b..3035fd7f7d9daeab7529b5069f996ec58ee61c75 100644 (file)
@@ -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.
index 246f545dd943b4ecb4ca7f7a8975bc8c5726dd0a..e7989b700581e6a662a8ef9742244b24c1cb180b 100644 (file)
@@ -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.
 
This page took 0.03028 seconds and 4 git commands to generate.