]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Jul 2025 05:01:01 +0000 (14:01 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Jul 2025 05:02:00 +0000 (14:02 +0900)
Follow-up for 7baf4034304e2e658473a48a0ccbe0656da7f2f6.

man/systemd.exec.xml

index ac25f6f260ea82a90fdac1f3e98a89ff8589ba5a..f25ae25bcc5193d53625e8ec8acb847fbdc016b9 100644 (file)
@@ -2559,7 +2559,7 @@ RestrictNamespaces=~cgroup net</programlisting>
         <term><varname>PrivateBPF=</varname></term>
 
         <listitem><para>Takes a boolean argument. If set, mount a private instance of the BPF filesystem
-        on <filename>/sys/fs/bpf/</filename>, effectively hiding the host bpffs which contains informations
+        on <filename>/sys/fs/bpf/</filename>, effectively hiding the host bpffs which contains information
         about loaded programs and maps. Otherwise, if <varname>ProtectKernelTunables=</varname> is set, the
         instance from the host is inherited but mounted read-only.</para>