svn commit: r52659 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes

Glen Barber gjb at FreeBSD.org
Mon Dec 10 22:56:49 UTC 2018


Author: gjb
Date: Mon Dec 10 22:56:48 2018
New Revision: 52659
URL: https://svnweb.freebsd.org/changeset/doc/52659

Log:
  Fix minor rendering issues.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Mon Dec 10 21:04:21 2018	(r52658)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Mon Dec 10 22:56:48 2018	(r52659)
@@ -731,18 +731,18 @@
       <para>For &intel; (i915) systems after Broadwell™, the
 	&man.rc.conf.5; entry is:</para>
 
-      <programlisting>kld_list=/boot/modules/i915kms.ko.</programlisting>
+      <programlisting>kld_list="/boot/modules/i915kms.ko"</programlisting>
 
       <para>Systems with ATI/&amd; graphics cards have two options.
 	Modern systems starting with the HD7000 series GPU should
 	use:</para>
 
-      <programlisting>kld_list=/boot/modules/amdgpu.ko</programlisting>
+      <programlisting>kld_list="/boot/modules/amdgpu.ko"</programlisting>
 
       <para>Systems with cards released before the HD7000 GPU
 	use:</para>
 
-      <programlisting>kld_list=/boot/modules/radeonkms.ko.</programlisting>
+      <programlisting>kld_list="/boot/modules/radeonkms.ko"</programlisting>
 
       <note>
 	<para>Users must be added to the <literal>video</literal>


More information about the svn-doc-all mailing list