summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexlzhu <alexlzhu@fb.com>2021-09-29 13:41:23 -0700
committerLuca Boccassi <luca.boccassi@gmail.com>2021-09-29 22:18:38 +0100
commitfab79a85af29ba1c1e237ace6c8078357c04b488 (patch)
treee3efb0ab47e21bbdce105a8b934e9d64cb4d669d
parent200f77f933ae3a9dbf01e31dc72a60862fa9ce94 (diff)
downloadsystemd-fab79a85af29ba1c1e237ace6c8078357c04b488.tar.gz
docs: Fixing typo in systemd.device man page and README.
systemd-udevd.service listens to kernel uevents and is needed for device units to be available. systemd-udevd.service is misspelled as systemd-udev.service in a couple places. Fixing typo.
-rw-r--r--man/systemd.device.xml2
-rw-r--r--rules.d/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.device.xml b/man/systemd.device.xml
index a4128207e4..529552ec12 100644
--- a/man/systemd.device.xml
+++ b/man/systemd.device.xml
@@ -41,7 +41,7 @@
<para>systemd will dynamically create device units for all kernel devices that are marked with the
<literal>systemd</literal> udev tag (by default all block and network devices, and a few others). Note
- that <emphasis>if <filename>systemd-udev.service</filename> is not running, no device units will be
+ that <emphasis>if <filename>systemd-udevd.service</filename> is not running, no device units will be
available (for example in a typical container)</emphasis>.</para>
<para>Device units are named after the <filename>/sys/</filename>
diff --git a/rules.d/README b/rules.d/README
index 294d6eeb5d..08edb4da55 100644
--- a/rules.d/README
+++ b/rules.d/README
@@ -1,4 +1,4 @@
-Files in this directory contain configuration for systemd-udev.service, a
+Files in this directory contain configuration for systemd-udevd.service, a
daemon that manages symlinks to device nodes, permissions of devices nodes,
emits device events for userspace, and renames network interfaces.