seccomp.2: Add a comment to example program

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-12-28 07:48:38 +01:00
parent 610082d992
commit 5c8dd0e971
1 changed files with 3 additions and 2 deletions

View File

@ -186,8 +186,9 @@ points to a filter program:
.in +4n
.nf
struct sock_fprog {
unsigned short len; /* Number of BPF instructions */
struct sock_filter *filter;
unsigned short len; /* Number of BPF instructions */
struct sock_filter *filter; /* Pointer to array of
BPF instructions */
};
.fi
.in