man: use systemd as example instead of udev

Nowadays udev doesn't create nodes in /dev anymore. This role is rather
taken by systemd-tmpfiles on early boot so reference it generically as
systemd.
This commit is contained in:
Lucas De Marchi 2014-03-06 02:47:05 -03:00
parent eb18b26905
commit 3be5bf4646

View File

@ -93,9 +93,11 @@
<command>depmod</command> will output a file named
<filename>modules.devname</filename> if modules supply special device
names (devname) that should be populated in /dev on boot (by a utility
such as udev). </para> <para> If a <replaceable>version</replaceable> is
provided, then that kernel version's module directory is used rather than
the current kernel version (as returned by <command>uname -r</command>).
such as systemd-tmpfiles).
</para>
<para> If a <replaceable>version</replaceable> is provided, then that kernel
version's module directory is used rather than the current kernel version
(as returned by <command>uname -r</command>).
</para>
</refsect1>
<refsect1><title>OPTIONS</title>