Use our &man.XFree86.1; entity.

This commit is contained in:
Murray Stokely 2001-10-13 00:44:46 +00:00
parent 33a6fbd7a4
commit 8a2f26a047
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10922

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.62 2001/09/20 05:21:00 eric Exp $
$FreeBSD$
-->
<chapter id="x11">
@ -430,8 +430,8 @@ EndSection</programlisting>
<para>The <varname>DefaultColorDepth</varname> keyword describes
the color depth to run at by default. This can be overridden
with the <command>-bpp</command> command line switch to
<citerefentry><refentrytitle>XFree86</refentrytitle>
<manvolnum>1</manvolnum></citerefentry>. The Modes keyword
&man.XFree86.1;
The Modes keyword
describes the resolution to run at for the given color depth.
In the example above, the default color depth is twenty four
bits per pixel. At this color depth, the accepted resolution is
@ -450,8 +450,8 @@ EndSection</programlisting>
<para>Finally, write out the configuration file and test it using
the test mode given above. If all is well, then the configuration
file needs to be installed in a common location where
<citerefentry><refentrytitle>XFree86</refentrytitle>
<manvolnum>1</manvolnum></citerefentry> can find it.
&man.XFree86.1;
can find it.
This is typically <filename>/etc/X11/XF86Config</filename> or
<filename>/usr/X11R6/etc/X11/XF86Config</filename>.</para>