diff options
author | Nick Clifton <nickc@redhat.com> | 2012-02-29 10:44:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-02-29 10:44:10 +0000 |
commit | ae9ab7c019a47bc6e3109847f97f84266aecb22b (patch) | |
tree | e3c0af6abe2becf374aa738a66e198730375a852 /binutils | |
parent | 319fe796b5a097d746ebe47266fdb52b4b6ba766 (diff) | |
download | gdb-ae9ab7c019a47bc6e3109847f97f84266aecb22b.zip gdb-ae9ab7c019a47bc6e3109847f97f84266aecb22b.tar.gz gdb-ae9ab7c019a47bc6e3109847f97f84266aecb22b.tar.bz2 |
* doc/binutils.texi (c++filt): Fix typos.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3f6ef5d..cf01c4a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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 diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 698702b..4aeadcf 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 |