aboutsummaryrefslogtreecommitdiffstats
path: root/man2/bpf.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/bpf.2')
-rw-r--r--man2/bpf.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/bpf.2 b/man2/bpf.2
index e386eabbd5..a3d59e6ac9 100644
--- a/man2/bpf.2
+++ b/man2/bpf.2
@@ -84,7 +84,7 @@ below for further details.
Generally, eBPF programs are loaded by the user process and automatically
unloaded when the process exits.
In some cases, for example,
-.BR tc-bpf (8),
+.BR tc\-bpf (8),
the program will continue to stay alive inside the kernel even after the
process that loaded the program exits.
In that case,
@@ -1272,10 +1272,10 @@ riscv (since Linux 5.1).
.PD
.SH SEE ALSO
.BR seccomp (2),
-.BR bpf-helpers (7),
+.BR bpf\-helpers (7),
.BR socket (7),
.BR tc (8),
-.BR tc-bpf (8)
+.BR tc\-bpf (8)
.PP
Both classic and extended BPF are explained in the kernel source file
.IR Documentation/networking/filter.txt .