From 369f311686b7a18c26c6789e279a82ae8fc69862 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 11 Jul 2025 14:11:01 +0900 Subject: [PATCH] man: fix typo Follow-up for 7aefb194e754cae9c166539a103e9fd6b7e59798. --- man/systemd.exec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index f015590a47..0afde99ee6 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2567,7 +2567,7 @@ RestrictNamespaces=~cgroup net available to the unit's processes. When mounting the BPF filesystem with the fsopen() API, four mount options can be specified to set a list of BPF commands, maps, programs and attachment types that are allowed to be used. Processes needs to get a file descriptor for the bpffs mountpoint and use that to - get a token which will enable for that user namespace the BPF functionalities choosen upon bpffs mount. + get a token which will enable for that user namespace the BPF functionalities chosen upon bpffs mount. A more detailed explanation of the feature can be found in this LWN post.