bpf, docs: Add a missing colon in verifier.rst
Add a missing colon to fix the document style.
Fixes: 88691e9e1e
("bpf, docs: Split general purpose eBPF documentation out of filter.rst")
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220228080416.1689327-1-wanjiabing@vivo.com
This commit is contained in:
parent
ceac059ed4
commit
43429ea74a
|
@ -329,7 +329,7 @@ Program with unreachable instructions::
|
|||
BPF_EXIT_INSN(),
|
||||
};
|
||||
|
||||
Error:
|
||||
Error::
|
||||
|
||||
unreachable insn 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue