Added -V option to print version number.
[binutils-gdb.git] / binutils / binutils.texinfo
index 3706e06fc6e323c1cc96257c55623d8df03ac617..37167e56c87ceafd59d4cb3896b07b21d33f7fe7 100755 (executable)
@@ -554,7 +554,7 @@ relocation entries.  Using @samp{-x} is equivalent to specifying all of
 stores it in the archive.  The index lists each symbol defined by a
 member of an archive that is a relocatable object file.  
 
-You may use @code{nm -s} or @code{nm +print-armap} to list this index.
+You may use @samp{nm -s} or @samp{nm +print-armap} to list this index.
 
 An archive with such an index speeds up linking to the library, and
 allows routines in the library to call each other without regard to
@@ -573,7 +573,7 @@ The GNU @code{ranlib} program is another form of GNU @code{ar}; running
 @smallexample
   size [ -A | -B | +format @var{compatibility} ]
        [ +help ]  [ -d | -o | -x | +radix @var{number} ]
-       [ +target @var{bfdname}  [ -V | +version ]  
+       [ +target @var{bfdname}  [ -V | +version ]  
        @var{objfiles}@dots{}
 @end smallexample
 
@@ -593,8 +593,8 @@ The object files to be examined.
 @cindex size display format
 Using one of these options, you can choose whether the output from GNU
 @code{size} resembles output from System V @code{size} (using @samp{-A},
-or @samp{+format sysv}, or Berkeley @code{size} (using @samp{-B}, or
-@samp{+format berkeley}.  The default is the one-line format similar to
+or @samp{+format sysv}), or Berkeley @code{size} (using @samp{-B}, or
+@samp{+format berkeley}).  The default is the one-line format similar to
 Berkeley's.  
 @c Bonus for doc-source readers: you can also say +format=strange (or
 @c anything else that starts with 's') for sysv, and +format=boring (or