* ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
authorAlan Modra <amodra@gmail.com>
Mon, 8 Apr 2002 00:24:02 +0000 (00:24 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 8 Apr 2002 00:24:02 +0000 (00:24 +0000)
ld/ChangeLog
ld/ld.texinfo

index f3968d3bb32abe6d2d4c8049fd9dab1eb1a2a416..a4f616e67d7c4ae9721d2e8443deeb540534fb20 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
+
 2002-04-07  matthew green  <mrg@redhat.com>
 
        * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
index 0992ab4b2e696d862179a85fd64ccc713fd2a6e7..a884ffdf849780c3d196d3939ae55adfe0dd0e70 100644 (file)
@@ -2277,7 +2277,7 @@ A couple of linker script commands deal with object file formats.
 @cindex output file format in linker script
 The @code{OUTPUT_FORMAT} command names the BFD format to use for the
 output file (@pxref{BFD}).  Using @code{OUTPUT_FORMAT(@var{bfdname})} is
-exactly like using @samp{-oformat @var{bfdname}} on the command line
+exactly like using @samp{--oformat @var{bfdname}} on the command line
 (@pxref{Options,,Command Line Options}).  If both are used, the command
 line option takes precedence.