This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

windres: -fo docu fix


Nick, -fo is a synonym for -o, not for -i :)

2003-04-23  Dimitrie O. Paun <dpaun at rogers dot com>

        * doc/binutils.texi: Fix the documentation for
	  the -fo option.


Index: doc/binutils.texi
===================================================================
RCS file: /cvs/src/src/binutils/doc/binutils.texi,v
retrieving revision 1.38
diff -u -r1.38 binutils.texi
--- doc/binutils.texi	23 Apr 2003 09:00:22 -0000	1.38
+++ doc/binutils.texi	23 Apr 2003 21:44:35 -0000
@@ -2567,8 +2567,7 @@
 @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
 read from standard input.  @command{windres} can not read a COFF file from
-standard input.  Note, for compatability with @command{rc} the option
- at option{-fo} is also accepted, but its use is not recommended. 
+standard input.  
 
 @item -o @var{filename}
 @itemx --output @var{filename}
@@ -2576,7 +2575,9 @@
 @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
 non-option argument, then @command{windres} will write to standard output.
- at command{windres} can not write a COFF file to standard output.
+ at 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}
 @itemx --input-format @var{format}

-- 
Dimi.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]