]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bpf.2: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 10 Jun 2020 09:52:31 +0000 (11:52 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 10 Jun 2020 09:52:31 +0000 (11:52 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/bpf.2

index 2ab9d76e35fbd6c36ed4022dfa619bf50131f8b0..e386eabbd52df1a23067cb6241d252eb7f34be5b 100644 (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 ,