From: alexlzhu Date: Wed, 29 Sep 2021 20:41:23 +0000 (-0700) Subject: docs: Fixing typo in systemd.device man page and README. X-Git-Tag: v250-rc1~584 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fab79a85af29ba1c1e237ace6c8078357c04b488;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd.device.xml b/man/systemd.device.xml index a4128207e4e..529552ec121 100644 --- a/man/systemd.device.xml +++ b/man/systemd.device.xml @@ -41,7 +41,7 @@ systemd will dynamically create device units for all kernel devices that are marked with the systemd udev tag (by default all block and network devices, and a few others). Note - that if systemd-udev.service is not running, no device units will be + that if systemd-udevd.service is not running, no device units will be available (for example in a typical container). Device units are named after the /sys/ diff --git a/rules.d/README b/rules.d/README index 294d6eeb5db..08edb4da552 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.