projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb02478
)
bpf, docs: Fix literal block for example code
author
Hengqi Chen
<hengqi.chen@gmail.com>
Sat, 24 Apr 2021 02:12:08 +0000
(10:12 +0800)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Tue, 27 Apr 2021 15:31:09 +0000
(17:31 +0200)
Add a missing colon so that the code block followed can be rendered
properly.
Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20210424021208.832116-1-hengqi.chen@gmail.com
Documentation/networking/filter.rst
patch
|
blob
|
history
diff --git
a/Documentation/networking/filter.rst
b/Documentation/networking/filter.rst
index
251c6bd
..
3e2221f
100644
(file)
--- 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