svn commit: r282495 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Tue May 5 15:16:20 UTC 2015


Author: gjb
Date: Tue May  5 15:16:19 2015
New Revision: 282495
URL: https://svnweb.freebsd.org/changeset/base/282495

Log:
  Fix a FDP style nit.  Wrap the lines as a result.
  
  Found with:	textproc/igor
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  5 15:16:17 2015	(r282494)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  5 15:16:19 2015	(r282495)
@@ -695,9 +695,9 @@
       <para revision="282213" contrib="sponsor" sponsor="&ff;">A new
 	&man.sysctl.8;, <literal>kern.racct.enable</literal>, has been
 	added, which when set to a non-zero value allows using
-	&man.rctl.8; with the <literal>GENERIC</literal> kernel. A new
-	kernel configuration option, <literal>RACCT_DISABLED</literal>
-	has also been added.</para>
+	&man.rctl.8; with the <literal>GENERIC</literal> kernel.
+	A new kernel configuration option,
+	<literal>RACCT_DISABLED</literal> has also been added.</para>
     </sect2>
   </sect1>
 


More information about the svn-src-head mailing list