Jakub Jelinek e1e91f
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
Jakub Jelinek e1e91f
index 698702b..1d429cf 100644
Jakub Jelinek e1e91f
--- a/binutils/doc/binutils.texi
Jakub Jelinek e1e91f
+++ b/binutils/doc/binutils.texi
Jakub Jelinek e1e91f
@@ -2866,8 +2866,8 @@ the Info entries for @file{binutils}.
Jakub Jelinek e1e91f
 
Jakub Jelinek e1e91f
 @smallexample
Jakub Jelinek e1e91f
 @c man begin SYNOPSIS cxxfilt
Jakub Jelinek e1e91f
-c++filt [@option{-_}|@option{--strip-underscores}]
Jakub Jelinek e1e91f
-        [@option{-n}|@option{--no-strip-underscores}]
Jakub Jelinek e1e91f
+c++filt [@option{-_}|@option{--strip-underscore}]
Jakub Jelinek e1e91f
+        [@option{-n}|@option{--no-strip-underscore}]
Jakub Jelinek e1e91f
         [@option{-p}|@option{--no-params}]
Jakub Jelinek e1e91f
         [@option{-t}|@option{--types}]
Jakub Jelinek e1e91f
         [@option{-i}|@option{--no-verbose}]
Jakub Jelinek d60190
diff -rup a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
Jakub Jelinek d60190
--- a/binutils/doc/binutils.texi	2012-03-14 10:19:44.256863358 -0600
Jakub Jelinek d60190
+++ b/binutils/doc/binutils.texi	2012-03-14 10:20:15.077695863 -0600
Jakub Jelinek d60190
@@ -2946,14 +2946,14 @@ characters trailing after a mangled name
Jakub Jelinek d60190
 
Jakub Jelinek d60190
 @table @env
Jakub Jelinek d60190
 @item -_
Jakub Jelinek d60190
-@itemx --strip-underscores
Jakub Jelinek d60190
+@itemx --strip-underscore
Jakub Jelinek d60190
 On some systems, both the C and C++ compilers put an underscore in front
Jakub Jelinek d60190
 of every name.  For example, the C name @code{foo} gets the low-level
Jakub Jelinek d60190
 name @code{_foo}.  This option removes the initial underscore.  Whether
Jakub Jelinek d60190
 @command{c++filt} removes the underscore by default is target dependent.
Jakub Jelinek d60190
 
Jakub Jelinek d60190
 @item -n
Jakub Jelinek d60190
-@itemx --no-strip-underscores
Jakub Jelinek d60190
+@itemx --no-strip-underscore
Jakub Jelinek d60190
 Do not remove the initial underscore.
Jakub Jelinek d60190
 
Jakub Jelinek d60190
 @item -p