aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c++filt.md
diff options
context:
space:
mode:
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
```