diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-28 00:01:36 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-28 23:39:46 +0200 |
commit | cb3f0d56e153398a035eb22769d2cb2837f29747 (patch) | |
tree | 8466ce6d769da4796645d2dfb3c100642fd63d0a /tools/bpf/bpf_dbg.c | |
parent | docs: networking: convert fib_trie.txt to ReST (diff) | |
download | linux-cb3f0d56e153398a035eb22769d2cb2837f29747.tar.xz linux-cb3f0d56e153398a035eb22769d2cb2837f29747.zip |
docs: networking: convert filter.txt to ReST
- add SPDX header;
- adjust title markup;
- mark code blocks and literals as such;
- use footnote markup;
- mark tables as such;
- adjust identation, whitespaces and blank lines;
- add to networking/index.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | tools/bpf/bpf_dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bpf/bpf_dbg.c b/tools/bpf/bpf_dbg.c index 9d3766e653a9..a0ebcdf59c31 100644 --- a/tools/bpf/bpf_dbg.c +++ b/tools/bpf/bpf_dbg.c @@ -13,7 +13,7 @@ * for making a verdict when multiple simple BPF programs are combined * into one in order to prevent parsing same headers multiple times. * - * More on how to debug BPF opcodes see Documentation/networking/filter.txt + * More on how to debug BPF opcodes see Documentation/networking/filter.rst * which is the main document on BPF. Mini howto for getting started: * * 1) `./bpf_dbg` to enter the shell (shell cmds denoted with '>'): |