Skip to content

Commit 1a7581b

Browse files
qmonnetborkmann
authored andcommitted
tools: bpftool: Fix formatting in bpftool-link documentation
Fix a formatting error in the documentation for bpftool-link, so that the man page can build correctly. Signed-off-by: Quentin Monnet <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent f9bec5d commit 1a7581b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bpf/bpftool/Documentation/bpftool-link.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LINK COMMANDS
2121

2222
| **bpftool** **link { show | list }** [*LINK*]
2323
| **bpftool** **link pin** *LINK* *FILE*
24-
| **bpftool** **link detach *LINK*
24+
| **bpftool** **link detach** *LINK*
2525
| **bpftool** **link help**
2626
|
2727
| *LINK* := { **id** *LINK_ID* | **pinned** *FILE* }

0 commit comments

Comments
 (0)