diff options
-rw-r--r-- | appendices/udev-rules.xml | 2 | ||||
-rw-r--r-- | chapter09/udev.xml | 2 | ||||
-rw-r--r-- | chapter10/kernel.xml | 4 | ||||
-rw-r--r-- | prologue/why.xml | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/appendices/udev-rules.xml b/appendices/udev-rules.xml index ca1a7c88b..189f55f41 100644 --- a/appendices/udev-rules.xml +++ b/appendices/udev-rules.xml @@ -8,7 +8,7 @@ <appendix id="rules" xreflabel="Appendix E" revision="sysv"> <?dbhtml dir="scripts"?> - <?dbhtml filename="eudev-rules.html"?> + <?dbhtml filename="udev-rules.html"?> <title>Udev configuration rules</title> diff --git a/chapter09/udev.xml b/chapter09/udev.xml index 20212035c..aa7e067e6 100644 --- a/chapter09/udev.xml +++ b/chapter09/udev.xml @@ -16,7 +16,7 @@ </indexterm> <para>In <xref linkend="chapter-building-system"/>, we installed the udev - daemon when <phrase revision="sysv">eudev</phrase> + daemon when <phrase revision="sysv">udev</phrase> <phrase revision="systemd">systemd</phrase> was built. Before we go into the details regarding how udev works, a brief history of previous methods of handling devices is in order.</para> diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 1ee9a6934..244c86623 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -306,7 +306,7 @@ Device Drivers ---> <term><parameter>Support for uevent helper</parameter></term> <listitem> <para>Having this option set may interfere with device - management when using Udev/Eudev. </para> + management when using Udev.</para> </listitem> </varlistentry> @@ -316,7 +316,7 @@ Device Drivers ---> <para>This will create automated device nodes which are populated by the kernel, even without Udev running. Udev then runs on top of this, managing permissions and adding symlinks. This configuration - item is required for all users of Udev/Eudev.</para> + item is required for all users of Udev.</para> </listitem> </varlistentry> diff --git a/prologue/why.xml b/prologue/why.xml index 7cbe0e184..a1e69d2ea 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -138,7 +138,7 @@ </listitem> <listitem revision="sysv"> - <para>Eudev</para> + <para>Udev</para> <para>This package is a device manager. It dynamically controls the ownership, permissions, names, and symbolic links of device nodes in the /dev directory when @@ -233,7 +233,7 @@ <para>This package produces a program that generates a perfect hash function from a set of keys. It is required by - <phrase revision='sysv'>Eudev</phrase> + <phrase revision='sysv'>Udev</phrase> <phrase revision='systemd'>Systemd</phrase>.</para> </listitem> |