docs: Add missing code block closure
authorMauricio Vásquez <mauricio@kinvolk.io>
Wed, 7 Oct 2020 01:26:43 +0000 (20:26 -0500)
committeryonghong-song <ys114321@gmail.com>
Wed, 7 Oct 2020 06:44:45 +0000 (23:44 -0700)
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
docs/reference_guide.md

index cfd1ad4..3315b8c 100644 (file)
@@ -445,6 +445,7 @@ BPF_ITER(task)
   ... task->pid, task->tgid, task->comm, ...
   return 0;
 }
+```
 
 BPF iterators are introduced in 5.8 kernel for task, task_file, bpf_map, netlink_sock and ipv6_route . In 5.9, support is added to tcp/udp sockets and bpf map element (hashmap, arraymap and sk_local_storage_map) traversal.