svn commit: r47900 - head/en_US.ISO8859-1/books/handbook/x11
Warren Block
wblock at FreeBSD.org
Mon Dec 21 15:38:25 UTC 2015
Author: wblock
Date: Mon Dec 21 15:38:24 2015
New Revision: 47900
URL: https://svnweb.freebsd.org/changeset/doc/47900
Log:
Add IDs to the examples of selecting a driver in a file.
Modified:
head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Mon Dec 21 11:21:57 2015 (r47899)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Mon Dec 21 15:38:24 2015 (r47900)
@@ -515,7 +515,7 @@
<para>To set the &intel; driver in a configuration
file:</para>
- <example>
+ <example xml:id="x-config-video-cards-file-intel">
<title>Select &intel; Video Driver in a File</title>
<para><filename>/usr/local/etc/X11/xorg.conf.d/driver-intel.conf</filename></para>
@@ -537,7 +537,7 @@ EndSection</programlisting>
<para>To set the Radeon driver in a configuration
file:</para>
- <example>
+ <example xml:id="x-config-video-cards-file-radeon">
<title>Select Radeon Video Driver in a File</title>
<para><filename>/usr/local/etc/X11/xorg.conf.d/driver-radeon.conf</filename></para>
@@ -551,7 +551,7 @@ EndSection</programlisting>
<para>To set the <acronym>VESA</acronym> driver in a
configuration file:</para>
- <example>
+ <example xml:id="x-config-video-cards-file-vesa">
<title>Select <acronym>VESA</acronym> Video Driver in a
File</title>
More information about the svn-doc-all
mailing list