Fix a formatting error in the documentation for bpftool-link, so that
the man page can build correctly.

Signed-off-by: Quentin Monnet <quen...@isovalent.com>
---
 tools/bpf/bpftool/Documentation/bpftool-link.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bpf/bpftool/Documentation/bpftool-link.rst 
b/tools/bpf/bpftool/Documentation/bpftool-link.rst
index 4a52e7a93339..dc7693b5e606 100644
--- a/tools/bpf/bpftool/Documentation/bpftool-link.rst
+++ b/tools/bpf/bpftool/Documentation/bpftool-link.rst
@@ -21,7 +21,7 @@ LINK COMMANDS
 
 |      **bpftool** **link { show | list }** [*LINK*]
 |      **bpftool** **link pin** *LINK* *FILE*
-|      **bpftool** **link detach *LINK*
+|      **bpftool** **link detach** *LINK*
 |      **bpftool** **link help**
 |
 |      *LINK* := { **id** *LINK_ID* | **pinned** *FILE* }
-- 
2.20.1

Reply via email to