Another round of fixes for the doc in the BPF UAPI header, which can be
turned into a manual page. First patch is the most important, as it fixes
parsing for the bpf_strtoul() helper doc. Following patches are formatting
fixes (nitpicks, mostly). The last one updates the copy of the header,
located under tools/.

Quentin Monnet (4):
  bpf: fix script for generating man page on BPF helpers
  bpf: fix recurring typo in documentation for BPF helpers
  bpf: fix minor issues in documentation for BPF helpers.
  tools: bpf: synchronise BPF UAPI header with tools

 include/uapi/linux/bpf.h       | 145 +++++++++++++++++++++--------------------
 scripts/bpf_helpers_doc.py     |   8 +--
 tools/include/uapi/linux/bpf.h | 145 +++++++++++++++++++++--------------------
 3 files changed, 154 insertions(+), 144 deletions(-)

-- 
2.14.1

Reply via email to