On 8/19/20 5:18 PM, Thomas Piekarski wrote:
Removing repeated word "will" Signed-off-by: Thomas Piekarski <t.piekarski@xxxxxxxxxxxxxx>
Hi Thomas, 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?[1] Cheers, Michael [1] If yes, CC the people in commit f71c6143c2038df1cb43a4b9c90740d14f77467c plus lkml I guess.
--- man7/bpf-helpers.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7 index c8b3c7710..10ee24e5d 100644 --- a/man7/bpf-helpers.7 +++ b/man7/bpf-helpers.7 @@ -2338,7 +2338,7 @@ Look for an IPv6 socket. .UNINDENT .sp If the \fInetns\fP is a negative signed 32\-bit integer, then the -socket lookup table in the netns associated with the \fIctx\fP will +socket lookup table in the netns associated with the \fIctx\fP will be used. For the TC hooks, this is the netns of the device in the skb. For socket hooks, this is the netns of the socket. If \fInetns\fP is any other signed 32\-bit value greater than or