Skip to content

Commit 634a64c

Browse files
qmonnettsipa
authored andcommitted
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]> --- tools/bpf/bpftool/Documentation/bpftool-link.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
1 parent ecd37d6 commit 634a64c

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)