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/symlinks.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/symlinks.xml')
-rw-r--r-- | chapter07/symlinks.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index 4da4c9068..951e6976d 100644 --- a/chapter07/symlinks.xml +++ b/chapter07/symlinks.xml @@ -5,7 +5,7 @@ %general-entities; ]> -<sect1 id="ch-scripts-symlinks"> +<sect1 id="ch-config-symlinks"> <?dbhtml filename="symlinks.html"?> <title>Managing Devices</title> @@ -206,7 +206,7 @@ <title>Dealing with duplicate devices</title> - <para>As explained in <xref linkend="ch-scripts-udev"/>, the order in + <para>As explained in <xref linkend="ch-config-udev"/>, the order in which devices with the same function appear in <filename class="directory">/dev</filename> is essentially random. E.g., if you have a USB web camera and a TV tuner, sometimes @@ -216,7 +216,7 @@ For all classes of hardware except sound cards and network cards, this is fixable by creating Udev rules for custom persistent symlinks. The case of network cards is covered separately in - <xref linkend="ch-scripts-network"/>, and sound card configuration can + <xref linkend="ch-config-network"/>, and sound card configuration can be found in <ulink url="&blfs-book;postlfs/devices.html">BLFS</ulink>.</para> <para>For each of your devices that is likely to have this problem |