summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-03-06 02:47:05 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-06 02:47:05 -0300
commit3be5bf464658ec4b7134768feca598fd008d8d21 (patch)
treebef5e6fe4e36c502366fa05b2e2cc3a96bdb54e3
parenteb18b26905fc6ae0fa55308ba6b5165e6b4b4478 (diff)
downloadkmod-3be5bf464658ec4b7134768feca598fd008d8d21.tar.gz
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.
-rw-r--r--man/depmod.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/depmod.xml b/man/depmod.xml
index a9b61d9..380ee7d 100644
--- a/man/depmod.xml
+++ b/man/depmod.xml
@@ -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>