actually do c++filt.1 -> cxxfilt.man renaming on trunk...

This commit is contained in:
Ken Raeburn 1994-06-03 21:35:55 +00:00
parent baed44cd14
commit faa70c3553
1 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
.\" Copyright (c) 1991 Free Software Foundation .\" Copyright (c) 1991 Free Software Foundation
.\" See section COPYING for conditions for redistribution .\" See section COPYING for conditions for redistribution
.TH c++filt 1 "June 1993" "cygnus support" "GNU Development Tools" .TH @PROGRAM@ 1 "June 1993" "cygnus support" "GNU Development Tools"
.de BP .de BP
.sp .sp
.ti \-.2i .ti \-.2i
@ -8,13 +8,13 @@
.. ..
.SH NAME .SH NAME
c++filt \- demangle C++ symbols @PROGRAM@ \- demangle C++ symbols
.SH SYNOPSIS .SH SYNOPSIS
.hy 0 .hy 0
.na .na
.TP .TP
.B c++filt .B @PROGRAM@
.RB "[\|" \-_ | \-\-strip-underscores "\|]" .RB "[\|" \-_ | \-\-strip-underscores "\|]"
.RB "[\|" "\-s {gnu,lucid,arm} " | " \-\-format={gnu,lucid,arm}" "\|]" .RB "[\|" "\-s {gnu,lucid,arm} " | " \-\-format={gnu,lucid,arm}" "\|]"
.RB "[\|" \-\-help "\|]" .RB "[\|" \-\-help "\|]"
@ -27,7 +27,7 @@ of different types). All C++ function names are encoded into a
low-level assembly label (this process is known as low-level assembly label (this process is known as
.I mangling\c .I mangling\c
). The ). The
.B c++filt .B @PROGRAM@
program does the inverse mapping: it decodes (\fIdemangles\fR) program does the inverse mapping: it decodes (\fIdemangles\fR)
low-level names into user-level names so that the linker can keep low-level names into user-level names so that the linker can keep
these overloaded functions from clashing. these overloaded functions from clashing.
@ -38,14 +38,14 @@ label decodes into a C++ name, the C++ name replaces the low-level
name in the output. name in the output.
.PP .PP
You can use You can use
.B c++filt .B @PROGRAM@
to decipher individual symbols by specifying these symbols on the to decipher individual symbols by specifying these symbols on the
command line. command line.
.PP .PP
If no If no
.B symbol .B symbol
arguments are given, arguments are given,
.B c++filt .B @PROGRAM@
reads symbol names from the standard input and writes the demangled reads symbol names from the standard input and writes the demangled
names to the standard output. All results are printed on the standard names to the standard output. All results are printed on the standard
output. output.
@ -76,13 +76,13 @@ GNU style.
.TP .TP
.B \-\-help .B \-\-help
Print a summary of the options to Print a summary of the options to
.B c++filt .B @PROGRAM@
and exit. and exit.
.TP .TP
.B \-\-version .B \-\-version
Print the version number of Print the version number of
.B c++filt .B @PROGRAM@
and exit. and exit.
.SH "SEE ALSO" .SH "SEE ALSO"