diff options
author | Quentin Monnet <quentin@isovalent.com> | 2020-09-04 17:14:52 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-09-07 16:31:18 +0200 |
commit | 1a7581b174e99e18d459856bb26ab01258c027c3 (patch) | |
tree | 7eed494bd778d332c827d926c148d669be991da9 | |
parent | f9bec5d756b30d5b21aa5ff9b7d5d115741517c1 (diff) | |
download | linux-1a7581b174e99e18d459856bb26ab01258c027c3.tar.bz2 |
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 <quentin@isovalent.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200904161454.31135-2-quentin@isovalent.com
-rw-r--r-- | tools/bpf/bpftool/Documentation/bpftool-link.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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* } |