diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 15:22:51 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 15:22:51 +0800 |
commit | d114dd3530e46860719b68d13b1ef19f71846c06 (patch) | |
tree | 9f5f00a8e881a294adf0e9b4469886bd491c8279 /prologue | |
parent | af6ea195fe729eb18c5362fbc2b0641d8c01ea83 (diff) |
prologue/why: another "device" -> "device nodes" change
You can't throw a NVIDIA GTX 690 into /dev.
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/why.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prologue/why.xml b/prologue/why.xml index 4a002484e..1f8737c9b 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -141,7 +141,7 @@ <para>Eudev</para> <para>This package is a device manager. It dynamically controls the ownership, - permissions, names, and symbolic links of devices in the /dev directory when + permissions, names, and symbolic links of device nodes in the /dev directory when devices are added to or removed from the system. </para> </listitem> |