projects
/
platform
/
upstream
/
bcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b64fd1
)
Add open parentheses
author
masibw
<masi19bw@gmail.com>
Fri, 2 Jul 2021 11:44:41 +0000
(20:44 +0900)
committer
yonghong-song
<ys114321@gmail.com>
Tue, 6 Jul 2021 03:54:06 +0000
(20:54 -0700)
docs/reference_guide.md
patch
|
blob
|
history
diff --git
a/docs/reference_guide.md
b/docs/reference_guide.md
index f280be5328aa7e4d617002171ea3f2e3866e4b16..df658e2f414f0264c9e77d5ddae9f5f88cc146d5 100644
(file)
--- a/
docs/reference_guide.md
+++ b/
docs/reference_guide.md
@@
-154,7
+154,7
@@
Arguments are specified on the function declaration: kprobe__*kernel_function_na
For example:
```C
-int kprobe__tcp_v4_connect(struct pt_regs *ctx, struct sock *sk)
+int kprobe__tcp_v4_connect(struct pt_regs *ctx, struct sock *sk)
{
[...]
}
```