Fix the documentation for the -fo option.

This commit is contained in:
Nick Clifton 2003-04-24 07:58:49 +00:00
parent 267fb3c1ce
commit edbedb7125
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-04-24 Dimitrie O. Paun <dpaun@rogers.com>
* doc/binutils.texi: Fix the documentation for the -fo option.
2003-04-23 J"orn Rennecke <joern.rennecke@superh.com> 2003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
* readelf.c (get_machine_name) <EM_SH>: Amend return value * readelf.c (get_machine_name) <EM_SH>: Amend return value

View File

@ -2567,8 +2567,7 @@ The name of the input file. If this option is not used, then
@command{windres} will use the first non-option argument as the input file @command{windres} will use the first non-option argument as the input file
name. If there are no non-option arguments, then @command{windres} will name. If there are no non-option arguments, then @command{windres} will
read from standard input. @command{windres} can not read a COFF file from read from standard input. @command{windres} can not read a COFF file from
standard input. Note, for compatability with @command{rc} the option standard input.
@option{-fo} is also accepted, but its use is not recommended.
@item -o @var{filename} @item -o @var{filename}
@itemx --output @var{filename} @itemx --output @var{filename}
@ -2576,7 +2575,9 @@ The name of the output file. If this option is not used, then
@command{windres} will use the first non-option argument, after any used @command{windres} will use the first non-option argument, after any used
for the input file name, as the output file name. If there is no for the input file name, as the output file name. If there is no
non-option argument, then @command{windres} will write to standard output. non-option argument, then @command{windres} will write to standard output.
@command{windres} can not write a COFF file to standard output. @command{windres} can not write a COFF file to standard output. Note,
for compatability with @command{rc} the option @option{-fo} is also
accepted, but its use is not recommended.
@item -J @var{format} @item -J @var{format}
@itemx --input-format @var{format} @itemx --input-format @var{format}