From 998f951bf874cddfb716888929c4d30d0b35b175 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Fri, 2 Dec 2016 20:37:29 -0800 Subject: [PATCH] bpf.2: tfix Changed to "will" instead of "with". Signed-off-by: Kees Cook Signed-off-by: Michael Kerrisk --- man2/bpf.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/bpf.2 b/man2/bpf.2 index 645f0e4541..5339495769 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.47.2