From 0fc33df73d3b46ffd110d15c473af95cdae3ccde Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 24 Jul 2015 11:07:51 +0200 Subject: [PATCH] bpf.2: srcfix: FIXME Signed-off-by: Michael Kerrisk --- man2/bpf.2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man2/bpf.2 b/man2/bpf.2 index e0a7b29db..2b96ebc50 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -766,6 +766,11 @@ The program type also determines the program input (context)\(emthe format of .I "struct bpf_context" (which is the data blob passed into the eBPF program as the first argument). +.\" +.\" FIXME +.\" Somehere in this page we need a general introduction to the +.\" bpf_context. For example, how does a BPF program access the +.\" context? For example, a tracing program does not have the exact same subset of helper functions as a socket filter program