You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build man pages for bpftool (and for eBPF helper functions), rst2man
can log different levels of information. Let's make it log all levels
to keep the RST files clean.
Doing so, rst2man complains about double colons, used for literal
blocks, that look like underlines for section titles. Let's add the
necessary blank lines.
Signed-off-by: Quentin Monnet <[email protected]>
---
tools/bpf/bpftool/Documentation/Makefile | 2 +-
tools/bpf/bpftool/Documentation/bpftool-btf.rst | 3 +++
tools/bpf/bpftool/Documentation/bpftool-gen.rst | 4 ++++
tools/bpf/bpftool/Documentation/bpftool-map.rst | 3 +++
4 files changed, 11 insertions(+), 1 deletion(-)
0 commit comments