]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Fixing typo in systemd.device man page and README.
authoralexlzhu <alexlzhu@fb.com>
Wed, 29 Sep 2021 20:41:23 +0000 (13:41 -0700)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 29 Sep 2021 21:18:38 +0000 (22:18 +0100)
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.

man/systemd.device.xml
rules.d/README

index a4128207e4e15a2235bed34fd658ff6e34e340e6..529552ec1214afc108c8352213d18e11db2ddbb5 100644 (file)
@@ -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>
index 294d6eeb5db62f8aa91a40cf236a36c821abee01..08edb4da552cfeb155d6fc350d2a47d9ca970168 100644 (file)
@@ -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.