svn commit: r48921 - head/en_US.ISO8859-1/books/handbook/security

Jason Helfman jgh at FreeBSD.org
Sun Jun 12 17:03:56 UTC 2016


Author: jgh
Date: Sun Jun 12 17:03:55 2016
New Revision: 48921
URL: https://svnweb.freebsd.org/changeset/doc/48921

Log:
  - update support notes for rctl (resource limits)
  
  PR:		209845 (based on)
  Submitted by:	yonas at fizk.net

Modified:
  head/en_US.ISO8859-1/books/handbook/security/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Sun Jun 12 15:38:23 2016	(r48920)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Sun Jun 12 17:03:55 2016	(r48921)
@@ -3864,9 +3864,9 @@ UWWemqWuz3lAZuORQ9KX
     <sect2>
       <title>Enabling and Configuring Resource Limits</title>
 
-      <para>By default, kernel support for <command>rctl</command> is
-	not built-in, meaning that the kernel will first need to be
-	recompiled using the instructions in <xref
+      <para>As of &os; 10.2, <command>rctl</command> support is
+	built into the kernel.  Previous supported releases will
+	need to be recompiled using the instructions in <xref
 	  linkend="kernelconfig"/>.  Add these lines to either
 	<filename>GENERIC</filename> or a custom kernel configuration
 	file, then rebuild the kernel:</para>


More information about the svn-doc-head mailing list