aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/Documentation/bpftool-prog.rst
diff options
context:
space:
mode:
authorQuentin Monnet <quentin.monnet@netronome.com>2017-10-23 09:24:15 -0700
committerDavid S. Miller <davem@davemloft.net>2017-10-24 01:25:09 +0100
commit47ff7ac6d706c6f08153294c87287aeec183b211 (patch)
tree4f606ec99e1c23e8f8373fd0bd90cad6dcc0ed95 /tools/bpf/bpftool/Documentation/bpftool-prog.rst
parenttools: bpftool: provide JSON output for all possible commands (diff)
downloadlinux-dev-47ff7ac6d706c6f08153294c87287aeec183b211.tar.xz
linux-dev-47ff7ac6d706c6f08153294c87287aeec183b211.zip
tools: bpftool: add cosmetic changes for the manual pages
Make the look-and-feel of the manual pages somewhat closer to other manual pages, such as the ones from the utilities from iproute2, by highlighting more keywords. Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com> Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/bpf/bpftool/Documentation/bpftool-prog.rst')
-rw-r--r--tools/bpf/bpftool/Documentation/bpftool-prog.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/bpf/bpftool/Documentation/bpftool-prog.rst b/tools/bpf/bpftool/Documentation/bpftool-prog.rst
index 6620a81d9dc9..685a19e71fec 100644
--- a/tools/bpf/bpftool/Documentation/bpftool-prog.rst
+++ b/tools/bpf/bpftool/Documentation/bpftool-prog.rst
@@ -10,13 +10,13 @@ tool for inspection and simple manipulation of eBPF progs
SYNOPSIS
========
-| **bpftool** prog show [*PROG*]
-| **bpftool** prog dump xlated *PROG* [{file *FILE* | opcodes }]
-| **bpftool** prog dump jited *PROG* [{file *FILE* | opcodes }]
-| **bpftool** prog pin *PROG* *FILE*
-| **bpftool** prog help
+| **bpftool** **prog show** [*PROG*]
+| **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes**}]
+| **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes**}]
+| **bpftool** **prog pin** *PROG* *FILE*
+| **bpftool** **prog help**
|
-| *PROG* := { id *PROG_ID* | pinned *FILE* | tag *PROG_TAG* }
+| *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* }
DESCRIPTION
===========