aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c++filt.md
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-03-17 22:32:35 +0100
committerjohannst <johannes.stoelp@gmail.com>2020-03-17 22:32:35 +0100
commit31cf124ef7c82adc57837f8ac71c3f7350e2c66b (patch)
tree10f8097959dac2826485b6554834c8f98da6e96a /src/c++filt.md
parent30e7a04fcb74761339814d82a673135fecd3fae8 (diff)
downloadnotes-31cf124ef7c82adc57837f8ac71c3f7350e2c66b.tar.gz
notes-31cf124ef7c82adc57837f8ac71c3f7350e2c66b.zip
updated c++filt
Diffstat (limited to 'src/c++filt.md')
-rw-r--r--src/c++filt.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/c++filt.md b/src/c++filt.md
index 10ccc77..2592ba9 100644
--- a/src/c++filt.md
+++ b/src/c++filt.md
@@ -1,11 +1,12 @@
# c++filt(1)
-## demangle symbol
+## Demangle symbol
```markdown
c++-filt <symbol_str>
```
-## demangle stream (eg dynamic symbol table)
+## Demangle stream
+For example dynamic symbol table:
```markdown
readelf -W --dyn-syms <elf> | c++filt
```