Skip to content

Commit

Permalink
Fix typo in the reference guide
Browse files Browse the repository at this point in the history
  • Loading branch information
lcp committed Aug 1, 2016
1 parent 9b04a6f commit e5b471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e5b471e

Please sign in to comment.