bpf.2: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2015-10-22 16:44:11 +02:00 committed by Michael Kerrisk
parent 1a08b97b56
commit a0d8ddd119
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ unloaded when the process exits.
In some cases, for example,
.BR tc-bpf (8),
the program will continue to stay alive inside the kernel even after the
the process that loaded the program exits.
process that loaded the program exits.
In that case,
the tc subsystem holds a reference to the eBPF program after the
file descriptor has been closed by the user-space program.