3
0
Fork 0
forked from mirrors/nixpkgs

Fixed a code typo in the documentation

This commit is contained in:
Georges Dubus 2013-12-29 11:43:59 +01:00
parent 5ac2d969f2
commit 2ffab7ba6a

View file

@ -1235,7 +1235,7 @@ with other kernel modules.</para>
<para>On 64-bit systems, if you want full acceleration for 32-bit <para>On 64-bit systems, if you want full acceleration for 32-bit
programs such as Wine, you should also set the following: programs such as Wine, you should also set the following:
<programlisting> <programlisting>
service.xserver.driSupport32Bit = true; services.xserver.driSupport32Bit = true;
</programlisting> </programlisting>
</para> </para>