Add open parentheses
authormasibw <masi19bw@gmail.com>
Fri, 2 Jul 2021 11:44:41 +0000 (20:44 +0900)
committeryonghong-song <ys114321@gmail.com>
Tue, 6 Jul 2021 03:54:06 +0000 (20:54 -0700)
docs/reference_guide.md

index f280be5328aa7e4d617002171ea3f2e3866e4b16..df658e2f414f0264c9e77d5ddae9f5f88cc146d5 100644 (file)
@@ -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) {
     [...]
 }
 ```