From a0d8ddd1192d34874099a10bc8037d4e6e794551 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Thu, 22 Oct 2015 16:44:11 +0200 Subject: [PATCH] bpf.2: tfix Signed-off-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- man2/bpf.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/bpf.2 b/man2/bpf.2 index 385d44a61..5d583c7d4 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -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.