[PATCH] bpf(2): fix func signature

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Also add a missing period in the errno section.
---
 man2/bpf.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/bpf.2 b/man2/bpf.2
index 2b96ebc..d7e638c 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 <linux/bpf.h>
 .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 ()
@@ -969,7 +969,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
-- 
2.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux