]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bpf.2: tfix
authorKees Cook <keescook@chromium.org>
Sat, 3 Dec 2016 04:37:29 +0000 (20:37 -0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 5 Dec 2016 11:13:33 +0000 (12:13 +0100)
Changed to "will" instead of "with".

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/bpf.2

index 645f0e45414796d2c8080f2697a93fa02daaf325..5339495769d0ca9f744309db36ac83a5166eed4c 100644 (file)
@@ -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.)