Hi, There is a small typo in bpf.2 man page, following patch addresses it: diff --git a/man2/bpf.2 b/man2/bpf.2 index 76c96e60a..7bc7c865d 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -495,7 +495,7 @@ doesn't exist in the map. The .B BPF_MAP_DELETE_ELEM command -deleted the element whose key is +deletes the element whose key is .I key from the map referred to by the file descriptor .IR fd . Regards Abhinav Upadhyay
diff --git a/man2/bpf.2 b/man2/bpf.2 index 76c96e60a..7bc7c865d 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -495,7 +495,7 @@ doesn't exist in the map. The .B BPF_MAP_DELETE_ELEM command -deleted the element whose key is +deletes the element whose key is .I key from the map referred to by the file descriptor .IR fd .