summaryrefslogtreecommitdiff
path: root/man/systemd.resource-control.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-10-15 16:06:20 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-10-17 15:10:53 +0200
commit0923b4253c93ace134d06e6ecba8133b3e797616 (patch)
treead906fb4d53cf95273068351657dcc6dfef83696 /man/systemd.resource-control.xml
parentf6e88aac2c30392a934507591d70a35ca1ea7acf (diff)
downloadsystemd-0923b4253c93ace134d06e6ecba8133b3e797616.tar.gz
tree-wide: replace "plural(s)" by "plurals"
(s) is just ugly with a vibe of DOS. In most cases just using the normal plural form is more natural and gramatically correct. There are some log_debug() statements left, and texts in foreign licenses or headers. Those are not touched on purpose.
Diffstat (limited to 'man/systemd.resource-control.xml')
-rw-r--r--man/systemd.resource-control.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index 2b1c20b96e..2a0e40a17d 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -852,7 +852,7 @@ RestrictNetworkInterfaces=~eth1</programlisting>
<para>Control access to specific device nodes by the executed processes. Takes two space-separated
strings: a device node specifier followed by a combination of <constant>r</constant>,
<constant>w</constant>, <constant>m</constant> to control <emphasis>r</emphasis>eading,
- <emphasis>w</emphasis>riting, or creation of the specific device node(s) by the unit
+ <emphasis>w</emphasis>riting, or creation of the specific device nodes by the unit
(<emphasis>m</emphasis>knod), respectively. This functionality is implemented using eBPF
filtering.</para>