On Mon, Apr 25, 2022 at 11:01 PM +02, Alejandro Colomar wrote: [...] >> diff --git a/man2/bpf.2 b/man2/bpf.2 >> index 2d257eaa6..ee57226ee 100644 >> --- a/man2/bpf.2 >> +++ b/man2/bpf.2 >> @@ -142,7 +142,7 @@ provided via >> .IR attr , >> which is a pointer to a union of type >> .I bpf_attr >> -(see below). >> +(see below). The unused fields and padding must be zeroed out before the call. > > But I changed it to add a separate line, instead of continuation in the same > one. > Thanks for the fixup, Alex. I will keep it in mind for the next time.