svn commit: r40092 - head/en_US.ISO8859-1/books/faq

Eitan Adler eadler at FreeBSD.org
Mon Nov 19 13:12:17 UTC 2012


Author: eadler
Date: Mon Nov 19 13:12:16 2012
New Revision: 40092
URL: http://svnweb.freebsd.org/changeset/doc/40092

Log:
  Don't suggest a silly method of detecting the scheduler when the correct
  way is shown immediately above.
  
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/faq/book.xml

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Mon Nov 19 05:16:17 2012	(r40091)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Mon Nov 19 13:12:16 2012	(r40092)
@@ -4437,10 +4437,8 @@ kern.sched.name: ULE</screen>
 
 	<answer>
 	  <para><varname>kern.sched.quantum</varname> is the maximum
-	    number of ticks a process can run without being preempted.  It
-	    is specific to the 4BSD scheduler, so you can use its
-	    presence or absence to determine which scheduler is in
-	    use.</para>
+	    number of ticks a process can run without being preempted
+	    in the 4BSD scheduler.</para>
 	</answer>
       </qandaentry>
     </qandaset>


More information about the svn-doc-head mailing list