Corrected parameter/option tags in x7server. Thanks Wayne.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7995 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2009-08-29 07:01:43 +00:00
parent dd44df7e2f
commit 0c13511ac5

View File

@ -104,18 +104,18 @@ make</userinput></screen>
run as the root user. This switch ensures that the binary is installed
setuid when <command>make</command> is run by an unprivileged user.</para>
<para><parameter>--disable-glx</parameter>: Disable building of the GLX
<para><option>--disable-glx</option>: Disable building of the GLX
extension. This parameter is required if building without
<application>Mesa</application>.</para>
<para><parameter>--disable-dri</parameter>: Disable building of the DRI
<para><option>--disable-dri</option>: Disable building of the DRI
extension. This parameter is required if building without
<application>Mesa</application>.</para>
<para><parameter>--disable-config-hal</parameter>: Disable the use of
<para><option>--disable-config-hal</option>: Disable the use of
<application>HAL</application>.</para>
<para><parameter>--disable-config-dbus</parameter>: Disable the use of
<para><option>--disable-config-dbus</option>: Disable the use of
<application>D-Bus</application>.</para>
</sect2>