summaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-02-29 10:44:10 +0000
committerNick Clifton <nickc@redhat.com>2012-02-29 10:44:10 +0000
commitd28ba0247183b42af401ed4db7644fe333dfffe3 (patch)
treee16c75ff69c6c701a9fa5d3cd6f01f9bc328f744 /binutils/doc
parenta6bdd05285f35bcbb3fd0ec7e3e491db1b6bf77e (diff)
downloadbinutils-redhat-d28ba0247183b42af401ed4db7644fe333dfffe3.tar.gz
* doc/binutils.texi (c++filt): Fix typos.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 698702b3aa..4aeadcf7d8 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -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