man: use systemd as example instead of udev
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 6 Mar 2014 05:47:05 +0000 (02:47 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 6 Mar 2014 05:47:05 +0000 (02:47 -0300)
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.

man/depmod.xml

index a9b61d9..380ee7d 100644 (file)
       <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>