* c++filt.1: fixed %^*(^% typo

This commit is contained in:
Jeffrey Osier 1993-06-03 19:25:36 +00:00
parent d34c55c6e1
commit 1889f66266
1 changed files with 2 additions and 1 deletions

View File

@ -36,9 +36,10 @@ A typical use of
.B c++filt
is to pipe the output of
.B nm
though it, using
through it, using
.B c++filt
as a filter:
.br
.RS
.B nm \fIobjfile\fB | c++filt
.RE