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.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/c++filt.md b/src/c++filt.md
deleted file mode 100644
index 2592ba9..0000000
--- a/src/c++filt.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# c++filt(1)
-
-## Demangle symbol
-```markdown
- c++-filt <symbol_str>
-```
-
-## Demangle stream
-For example dynamic symbol table:
-```markdown
- readelf -W --dyn-syms <elf> | c++filt
-```