Hi all, I was going through build-depends on linux kernel in Ubuntu and I noticed that whilst most documentation and man-pages are written in Rst format, there are a few that require asciidoc. $ git grep -l asciidoc -- '*Makefile*' tools/kvm/kvm_stat/Makefile tools/lib/perf/Documentation/Makefile tools/perf/Documentation/Makefile tools/perf/Makefile.perf $ git grep -l rst2man -- '*Makefile*' Documentation/tools/rtla/Makefile Documentation/tools/rv/Makefile tools/bpf/bpftool/Documentation/Makefile tools/testing/selftests/bpf/Makefile.docs Are both Rst and asciidoc preferred in the kernel Documentation? Or should we upgrade kvm_stat & perf manpages from asciidoc to rst2man? -- Dimitri