seccomp.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-12-30 10:06:11 +01:00
parent a0a0c98bdc
commit 5b95c4aba5
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ system call information made available via:
.in +4n
.nf
struct seccomp_data {
int nr; /* System call number */
int nr; /* System call number */
__u32 arch; /* AUDIT_ARCH_* value
(see <linux/audit.h>) */
__u64 instruction_pointer; /* CPU instruction pointer */