Skip to content

Commit fa46ebb

Browse files
sm00thqmonnet
authored andcommitted
bpftool: Fix prog object type in manpage
bpftool's man page lists "program" as one of possible values for OBJECT, while in fact bpftool accepts "prog" instead. Reported-by: Jerry Snitselaar <[email protected]> Signed-off-by: Artem Savkov <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Yonghong Song <[email protected]> Acked-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/bpf/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent d712a3e commit fa46ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bpftool.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SYNOPSIS
2020

2121
**bpftool** **version**
2222

23-
*OBJECT* := { **map** | **program** | **link** | **cgroup** | **perf** | **net** | **feature** |
23+
*OBJECT* := { **map** | **prog** | **link** | **cgroup** | **perf** | **net** | **feature** |
2424
**btf** | **gen** | **struct_ops** | **iter** }
2525

2626
*OPTIONS* := { { **-V** | **--version** } | |COMMON_OPTIONS| }

0 commit comments

Comments
 (0)