* [PATCH] bpf.2: tfix
@ 2016-12-03 4:37 Kees Cook
2016-12-03 12:14 ` Michael Kerrisk (man-pages)
0 siblings, 1 reply; 4+ messages in thread
From: Kees Cook @ 2016-12-03 4:37 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Changed to "will" instead of "with".
Signed-off-by: Kees Cook <keescook-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
---
man2/bpf.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/bpf.2 b/man2/bpf.2
index 645f0e4..5339495 100644
--- a/man2/bpf.2
+++ b/man2/bpf.2
@@ -583,7 +583,7 @@ The kernel takes care of allocating and freeing key/value pairs.
.IP *
The
.BR map_update_elem ()
-helper with fail to insert new element when the
+helper will fail to insert new element when the
.I max_entries
limit is reached.
(This ensures that eBPF programs cannot exhaust memory.)
--
2.7.4
--
Kees Cook
Nexus Security
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] bpf.2: tfix
2016-12-03 4:37 [PATCH] bpf.2: tfix Kees Cook
@ 2016-12-03 12:14 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-12-03 12:14 UTC (permalink / raw)
To: Kees Cook
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 12/03/2016 05:37 AM, Kees Cook wrote:
> Changed to "will" instead of "with".
Thanks, Kees. Applied.
Cheers,
Michael
> Signed-off-by: Kees Cook <keescook-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> ---
> man2/bpf.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/bpf.2 b/man2/bpf.2
> index 645f0e4..5339495 100644
> --- a/man2/bpf.2
> +++ b/man2/bpf.2
> @@ -583,7 +583,7 @@ The kernel takes care of allocating and freeing key/value pairs.
> .IP *
> The
> .BR map_update_elem ()
> -helper with fail to insert new element when the
> +helper will fail to insert new element when the
> .I max_entries
> limit is reached.
> (This ensures that eBPF programs cannot exhaust memory.)
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] bpf.2: tfix
@ 2017-04-24 9:20 Alexander Alemayhu
[not found] ` <20170424092055.26140-1-alexander-lyk0faqGNUlWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Alemayhu @ 2017-04-24 9:20 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Alexander Alemayhu
o s/log_bug/log_buf
Signed-off-by: Alexander Alemayhu <alexander-lyk0faqGNUlWk0Htik3J/w@public.gmane.org>
---
man2/bpf.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/bpf.2 b/man2/bpf.2
index 5339495769d0..544a3993ef2f 100644
--- a/man2/bpf.2
+++ b/man2/bpf.2
@@ -778,7 +778,7 @@ The format of the output can change at any time as the verifier evolves.
.IP *
.I log_size
size of the buffer pointed to by
-.IR log_bug .
+.IR log_buf .
If the size of the buffer is not large enough to store all
verifier messages, \-1 is returned and
.I errno
--
2.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] bpf.2: tfix
[not found] ` <20170424092055.26140-1-alexander-lyk0faqGNUlWk0Htik3J/w@public.gmane.org>
@ 2017-04-24 11:18 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-04-24 11:18 UTC (permalink / raw)
To: Alexander Alemayhu
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 04/24/2017 11:20 AM, Alexander Alemayhu wrote:
> o s/log_bug/log_buf
>
> Signed-off-by: Alexander Alemayhu <alexander-lyk0faqGNUlWk0Htik3J/w@public.gmane.org>
Thanks, Alexander. Applied.
Cheers,
Michael
> ---
> man2/bpf.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/bpf.2 b/man2/bpf.2
> index 5339495769d0..544a3993ef2f 100644
> --- a/man2/bpf.2
> +++ b/man2/bpf.2
> @@ -778,7 +778,7 @@ The format of the output can change at any time as the verifier evolves.
> .IP *
> .I log_size
> size of the buffer pointed to by
> -.IR log_bug .
> +.IR log_buf .
> If the size of the buffer is not large enough to store all
> verifier messages, \-1 is returned and
> .I errno
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-04-24 11:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-03 4:37 [PATCH] bpf.2: tfix Kees Cook
2016-12-03 12:14 ` Michael Kerrisk (man-pages)
-- strict thread matches above, loose matches on Subject: below --
2017-04-24 9:20 Alexander Alemayhu
[not found] ` <20170424092055.26140-1-alexander-lyk0faqGNUlWk0Htik3J/w@public.gmane.org>
2017-04-24 11:18 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox