diff options
author | Jeffrey Osier <jeffrey@cygnus> | 1993-06-03 19:25:36 +0000 |
---|---|---|
committer | Jeffrey Osier <jeffrey@cygnus> | 1993-06-03 19:25:36 +0000 |
commit | 1889f66266dc1a54106ec689d35b6cb7828000b1 (patch) | |
tree | 09cbcd65f24e4bad4450169d0a33d023e8f602ff /binutils | |
parent | d34c55c6e16592fb089a764cc27d95fac8c3ab0e (diff) | |
download | gdb-1889f66266dc1a54106ec689d35b6cb7828000b1.zip gdb-1889f66266dc1a54106ec689d35b6cb7828000b1.tar.gz gdb-1889f66266dc1a54106ec689d35b6cb7828000b1.tar.bz2 |
* c++filt.1: fixed %^*(^% typo
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/c++filt.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/c++filt.1 b/binutils/c++filt.1 index 1fc8241..d3e8365 100644 --- a/binutils/c++filt.1 +++ b/binutils/c++filt.1 @@ -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 |