summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-03 11:50:38 +0000
committerPaul Moore <paul@paul-moore.com>2020-10-21 10:25:06 -0400
commitff6923163174ed156c4c0645961e602396298df9 (patch)
treeba9f9b1ea34ba9549bdb6681044cbed0c46f64f9 /doc
parent3734fdc1f6a863cbef0377db1fe239791794be84 (diff)
downloadlibseccomp-ff6923163174ed156c4c0645961e602396298df9.tar.gz
all: fix typo in Berkeley
Signed-off-by: Samanta Navarro <ferivoz@riseup.net> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/man3/seccomp_export_bpf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/seccomp_export_bpf.3 b/doc/man/man3/seccomp_export_bpf.3
index 98b3572..9ce06df 100644
--- a/doc/man/man3/seccomp_export_bpf.3
+++ b/doc/man/man3/seccomp_export_bpf.3
@@ -24,7 +24,7 @@ The
.BR seccomp_export_bpf ()
and
.BR seccomp_export_pfc ()
-functions generate and output the current seccomp filter in either BPF (Berkley
+functions generate and output the current seccomp filter in either BPF (Berkeley
Packet Filter) or PFC (Pseudo Filter Code). The output of
.BR seccomp_export_bpf ()
is suitable for loading into the kernel, while the output of