Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools: bpftool: doc, add text about feature-subcommand

This patch adds missing information about feature-subcommand in
bpftool.rst

Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

authored by

Prashant Bhole and committed by
Daniel Borkmann
ebbed0f4 ecdf68e2

+3 -1
+3 -1
tools/bpf/bpftool/Documentation/bpftool.rst
··· 16 16 17 17 **bpftool** **version** 18 18 19 - *OBJECT* := { **map** | **program** | **cgroup** | **perf** | **net** } 19 + *OBJECT* := { **map** | **program** | **cgroup** | **perf** | **net** | **feature** } 20 20 21 21 *OPTIONS* := { { **-V** | **--version** } | { **-h** | **--help** } 22 22 | { **-j** | **--json** } [{ **-p** | **--pretty** }] } ··· 33 33 *PERF-COMMANDS* := { **show** | **list** | **help** } 34 34 35 35 *NET-COMMANDS* := { **show** | **list** | **help** } 36 + 37 + *FEATURE-COMMANDS* := { **probe** | **help** } 36 38 37 39 DESCRIPTION 38 40 ===========