bpf.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-06-10 11:52:31 +02:00
parent 3701115420
commit c6ba384bf4
1 changed files with 3 additions and 1 deletions

View File

@ -314,9 +314,11 @@ bpf_map_lookup_elem(map_fd, fp - 4)
the program will be rejected,
since the in-kernel helper function
.IP
.in +4n
.EX
bpf_map_lookup_elem(map_fd, void *key)
bpf_map_lookup_elem(map_fd, void *key)
.EE
.in
.IP
expects to read 8 bytes from the location pointed to by
.IR key ,