On 22.08.20 10:42 AM, Jakub Wilk wrote:
* Michael Kerrisk (man-pages) <mtk.manpages@xxxxxxxxx>, 2020-08-22, 10:26:
On 8/19/20 5:18 PM, Thomas Piekarski wrote:
Removing repeated word "will"
Signed-off-by: Thomas Piekarski <t.piekarski@xxxxxxxxxxxxxx>
This one is a little difficult, because the page is generated from
scripts. (It is pretty much unique in this respect in the man-pages set.)
Looks like a patch is needed against the kernel source file
include/uapi/linux/bpf.h. Do you want to send a patch for that?
It's already fixed there:
https://git.kernel.org/linus/bfdfa51702dec67e9fcd52568b4cf3c7f799db8b
Hello Michael,
Hello Jakub,
interesting, I was not aware that bpf-helpers.7 is generated by
bpf_helpers_doc.py.
Thanks for checking if it is fixed in the kernel sources.