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]

Missing parenthesis in binutils.texi


Ok?

-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

2002-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>

	* doc/binutils.texi: Add missing parenthesis.

Index: doc/binutils.texi
===================================================================
RCS file: /cvs/src/src/binutils/doc/binutils.texi,v
retrieving revision 1.23
diff -u -3 -p -r1.23 binutils.texi
--- doc/binutils.texi	13 Dec 2002 13:19:44 -0000	1.23
+++ doc/binutils.texi	14 Dec 2002 03:20:08 -0000
@@ -959,10 +959,10 @@ objcopy [@option{-F} @var{bfdname}|@opti
         [@option{--keep-global-symbols=}@var{filename}]
         [@option{--localize-symbols=}@var{filename}]
         [@option{--weaken-symbols=}@var{filename}]
-        [@option{--alt-machine-code=@var{index}}]
-        [@option{--prefix-symbols=@var{string}]
-        [@option{--prefix-sections=@var{string}]
-        [@option{--prefix-alloc-sections=@var{string}]
+        [@option{--alt-machine-code=}@var{index}]
+        [@option{--prefix-symbols=}@var{string}]
+        [@option{--prefix-sections=}@var{string}]
+        [@option{--prefix-alloc-sections=}@var{string}]
         [@option{-v}|@option{--verbose}]
         [@option{-V}|@option{--version}]  
         [@option{--help}]


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