* doc/binutils.texi (c++filt): Fix typos.
authorNick Clifton <nickc@redhat.com>
Wed, 29 Feb 2012 10:44:10 +0000 (10:44 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 29 Feb 2012 10:44:10 +0000 (10:44 +0000)
binutils/ChangeLog
binutils/doc/binutils.texi

index 3f6ef5d0337ade61273c26cd05c7da4f87a5376f..cf01c4a7f12f00b7d1c3dcf7e6d011728029406a 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-29  Jeff Law  <law@redhat.com>
+
+       * doc/binutils.texi (c++filt): Fix typos.
+
 2012-02-24  Kai Tietz  <ktietz@redhat.com>
 
        PR binutils/13710
index 698702b3aa7d09a0ce78016484781d10f5a399e5..4aeadcf7d886c309a95428bb1967daa4f0b3ca87 100644 (file)
@@ -2866,8 +2866,8 @@ the Info entries for @file{binutils}.
 
 @smallexample
 @c man begin SYNOPSIS cxxfilt
-c++filt [@option{-_}|@option{--strip-underscores}]
-        [@option{-n}|@option{--no-strip-underscores}]
+c++filt [@option{-_}|@option{--strip-underscore}]
+        [@option{-n}|@option{--no-strip-underscore}]
         [@option{-p}|@option{--no-params}]
         [@option{-t}|@option{--types}]
         [@option{-i}|@option{--no-verbose}]
@@ -2947,14 +2947,14 @@ characters trailing after a mangled name.  For example:
 
 @table @env
 @item -_
-@itemx --strip-underscores
+@itemx --strip-underscore
 On some systems, both the C and C++ compilers put an underscore in front
 of every name.  For example, the C name @code{foo} gets the low-level
 name @code{_foo}.  This option removes the initial underscore.  Whether
 @command{c++filt} removes the underscore by default is target dependent.
 
 @item -n
-@itemx --no-strip-underscores
+@itemx --no-strip-underscore
 Do not remove the initial underscore.
 
 @item -p
This page took 0.028962 seconds and 4 git commands to generate.