diff options
Diffstat (limited to 'tools/include/uapi/linux/bpf.h')
-rw-r--r-- | tools/include/uapi/linux/bpf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index a8b823c30b43..489e118b69d2 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h | |||
@@ -785,7 +785,7 @@ union bpf_attr { | |||
785 | * based on a user-provided identifier for all traffic coming from | 785 | * based on a user-provided identifier for all traffic coming from |
786 | * the tasks belonging to the related cgroup. See also the related | 786 | * the tasks belonging to the related cgroup. See also the related |
787 | * kernel documentation, available from the Linux sources in file | 787 | * kernel documentation, available from the Linux sources in file |
788 | * *Documentation/cgroup-v1/net_cls.txt*. | 788 | * *Documentation/cgroup-v1/net_cls.rst*. |
789 | * | 789 | * |
790 | * The Linux kernel has two versions for cgroups: there are | 790 | * The Linux kernel has two versions for cgroups: there are |
791 | * cgroups v1 and cgroups v2. Both are available to users, who can | 791 | * cgroups v1 and cgroups v2. Both are available to users, who can |