From 7d6bfe72a34a8ac1da39d4703cab567c49977b33 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 29 Jul 2015 01:56:20 -0400 Subject: [PATCH] bpf(2): ffix: Fix formatting in function signature Also add a missing period in the errno section. Signed-off-by: Michael Kerrisk --- man2/bpf.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/bpf.2 b/man2/bpf.2 index de04920d6..c49cbb529 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -30,7 +30,7 @@ bpf - perform a command on an extended BPF map or program .nf .B #include .sp -.BI "int bpf(int cmd, union bpf_attr *attr, unsigned int size); +.BI "int bpf(int " cmd ", union bpf_attr *" attr ", unsigned int " size "); .SH DESCRIPTION The .BR bpf () @@ -1014,7 +1014,7 @@ Cannot allocate sufficient memory. .TP .B EBADF .I fd -is not an open file descriptor +is not an open file descriptor. .TP .B EFAULT One of the pointers