Commit db081e26 authored by Brendan Gregg's avatar Brendan Gregg Committed by GitHub

Merge pull request #640 from lcp/fix-docs

Fix typo in the reference guide
parents 9b04a6ff e5b471ec
......@@ -1014,7 +1014,7 @@ Examples in situ:
### 3. ksymname()
Syntax: ```BPF.ksymname(addr)```
Syntax: ```BPF.ksymname(name)```
Translate a kernel name into an address. This is the reverse of ksymaddr. Returns -1 when the function name is unknown.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment