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

Eitan Adler eadler at FreeBSD.org
Tue Oct 30 12:01:19 UTC 2012


Author: eadler
Date: Tue Oct 30 12:01:18 2012
New Revision: 39853
URL: http://svn.freebsd.org/changeset/doc/39853

Log:
  Don't tell people to use some indirect method when a direct method
  is available in order to determine which scheduler they are using.
  
  Reviewed by:	mjg
  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	Tue Oct 30 12:01:15 2012	(r39852)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Tue Oct 30 12:01:18 2012	(r39853)
@@ -4488,27 +4488,12 @@ device sio5 at isa? port 0x2b8 tty flags
 	</question>
 
 	<answer>
-	  <para>Check for the existence of the
-	    <varname>kern.sched.quantum</varname> sysctl.  If you have
-	    it, you should see something like this:</para>
-
-	  <screen>&prompt.user; sysctl <replaceable>kern.sched.quantum</replaceable>
-kern.sched.quantum: 99960</screen>
-
-	  <para>If the <varname>kern.sched.quantum</varname> sysctl
-	    exists, you are using the 4BSD scheduler (&man.sched.4bsd.4;).
-	    If not, you will get an error printed by &man.sysctl.8;
-	    (which you can safely ignore):</para>
-
-	  <screen>&prompt.user; sysctl <replaceable>kern.sched.quantum</replaceable>
-sysctl: unknown oid 'kern.sched.quantum'</screen>
-
 	  <para>The name of the scheduler currently being used is
 	    directly available as the value of the
 	    <varname>kern.sched.name</varname> sysctl:</para>
 
 	  <screen>&prompt.user; sysctl <replaceable>kern.sched.name</replaceable>
-kern.sched.name: 4BSD</screen>
+kern.sched.name: ULE</screen>
 	</answer>
       </qandaentry>
 


More information about the svn-doc-all mailing list