From: Hengqi Chen Date: Sat, 24 Apr 2021 02:12:08 +0000 (+0800) Subject: bpf, docs: Fix literal block for example code X-Git-Tag: microblaze-v5.14~96^2~7^2~3 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=2551c2d19c04cd1c7b6c99ec04a8ff08193b0ccc;p=linux-2.6-microblaze.git bpf, docs: Fix literal block for example code Add a missing colon so that the code block followed can be rendered properly. Signed-off-by: Hengqi Chen Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/20210424021208.832116-1-hengqi.chen@gmail.com --- diff --git a/Documentation/networking/filter.rst b/Documentation/networking/filter.rst index 251c6bd73d15..3e2221f4abe4 100644 --- a/Documentation/networking/filter.rst +++ b/Documentation/networking/filter.rst @@ -327,7 +327,7 @@ Examples for low-level BPF: ret #-1 drop: ret #0 -**icmp random packet sampling, 1 in 4**: +**icmp random packet sampling, 1 in 4**:: ldh [12] jne #0x800, drop