* doc/binutils.texi (c++filt): Fix typos.
This commit is contained in:
parent
319fe796b5
commit
ae9ab7c019
2 changed files with 8 additions and 4 deletions
|
@ -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>
|
2012-02-24 Kai Tietz <ktietz@redhat.com>
|
||||||
|
|
||||||
PR binutils/13710
|
PR binutils/13710
|
||||||
|
|
|
@ -2866,8 +2866,8 @@ the Info entries for @file{binutils}.
|
||||||
|
|
||||||
@smallexample
|
@smallexample
|
||||||
@c man begin SYNOPSIS cxxfilt
|
@c man begin SYNOPSIS cxxfilt
|
||||||
c++filt [@option{-_}|@option{--strip-underscores}]
|
c++filt [@option{-_}|@option{--strip-underscore}]
|
||||||
[@option{-n}|@option{--no-strip-underscores}]
|
[@option{-n}|@option{--no-strip-underscore}]
|
||||||
[@option{-p}|@option{--no-params}]
|
[@option{-p}|@option{--no-params}]
|
||||||
[@option{-t}|@option{--types}]
|
[@option{-t}|@option{--types}]
|
||||||
[@option{-i}|@option{--no-verbose}]
|
[@option{-i}|@option{--no-verbose}]
|
||||||
|
@ -2947,14 +2947,14 @@ characters trailing after a mangled name. For example:
|
||||||
|
|
||||||
@table @env
|
@table @env
|
||||||
@item -_
|
@item -_
|
||||||
@itemx --strip-underscores
|
@itemx --strip-underscore
|
||||||
On some systems, both the C and C++ compilers put an underscore in front
|
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
|
of every name. For example, the C name @code{foo} gets the low-level
|
||||||
name @code{_foo}. This option removes the initial underscore. Whether
|
name @code{_foo}. This option removes the initial underscore. Whether
|
||||||
@command{c++filt} removes the underscore by default is target dependent.
|
@command{c++filt} removes the underscore by default is target dependent.
|
||||||
|
|
||||||
@item -n
|
@item -n
|
||||||
@itemx --no-strip-underscores
|
@itemx --no-strip-underscore
|
||||||
Do not remove the initial underscore.
|
Do not remove the initial underscore.
|
||||||
|
|
||||||
@item -p
|
@item -p
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue