linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bpf(2): fix func signature
@ 2015-07-29  5:56 Mike Frysinger
       [not found] ` <1438149380-21363-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2015-07-29  5:56 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-07  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29  5:56 [PATCH] bpf(2): fix func signature Mike Frysinger
     [not found] ` <1438149380-21363-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2015-08-07  9:16   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).