diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-02-09 20:50:38 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-02-09 20:50:38 +0000 |
commit | afcfd745aec2ed1976187b2ea2c21a26ad2ca850 (patch) | |
tree | 4d495bf66d7bf8014253b1b3288a1d928f87cb59 /chapter07/udev.xml | |
parent | 6b041a031d9b5fc57a225e46cb88799a3cca7fd2 (diff) |
Remove unused files and make
idref's more regular
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r-- | chapter07/udev.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml index 82c64f072..6060849be 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -5,12 +5,12 @@ %general-entities; ]> -<sect1 id="ch-scripts-udev"> +<sect1 id="ch-config-udev"> <?dbhtml filename="udev.html"?> <title>Overview of Device and Module Handling</title> - <indexterm zone="ch-scripts-udev"> + <indexterm zone="ch-config-udev"> <primary sortas="a-Udev">Udev</primary> <secondary>usage</secondary> </indexterm> @@ -303,8 +303,8 @@ names being stable. Instead, create your own rules that make symlinks with stable names based on some stable attributes of the device, such as a serial number or the output of various *_id utilities installed by Udev. - See <xref linkend="ch-scripts-symlinks"/> and - <xref linkend="ch-scripts-network"/> for examples.</para> + See <xref linkend="ch-config-symlinks"/> and + <xref linkend="ch-config-network"/> for examples.</para> </sect3> |