kernfs: "device nodes" are in /dev, not "devices"

You cannot throw a NVIDIA GTX 690 into /dev :).
This commit is contained in:
Xi Ruoyao 2022-10-01 15:27:19 +08:00
parent 00588180ee
commit 2bf32ffa3a
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -33,7 +33,7 @@
mounts the <systemitem class="filesystem">devtmpfs</systemitem> mounts the <systemitem class="filesystem">devtmpfs</systemitem>
filesystem on the filesystem on the
<filename class="directory">/dev</filename> directory; the kernel <filename class="directory">/dev</filename> directory; the kernel
creates device on that virtual filesystem during the boot process creates device nodes on that virtual filesystem during the boot process
or when a device is first detected or accessed. The udev daemon may or when a device is first detected or accessed. The udev daemon may
change the owner or permission of the device nodes created by the change the owner or permission of the device nodes created by the
kernel, or create new device nodes or symlinks to ease the work of kernel, or create new device nodes or symlinks to ease the work of