On 3/9/19 4:28 PM, Abhinav Upadhyay wrote: > 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 . Thanks, Abhinav, Patch applied. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/