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

Eitan Adler eadler at FreeBSD.org
Thu Dec 28 07:26:54 UTC 2017


Author: eadler
Date: Thu Dec 28 07:26:53 2017
New Revision: 51344
URL: https://svnweb.freebsd.org/changeset/doc/51344

Log:
  Correct #indefinite-wait-buffer explanation
  
  The relevent code block on `swread` which is page-in not page-out.
  
  Reported by:	Mark Millard <markmi at dsl-only.net>

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	Wed Dec 27 20:57:46 2017	(r51343)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Thu Dec 28 07:26:53 2017	(r51344)
@@ -2230,7 +2230,8 @@ kern.timecounter.hardware: TSC -> i8254</screen>
 	</question>
 
 	<answer>
-	  <para>This means that a process is trying to page memory to
+	  <para>This means that a process is trying to page memory
+	    from
 	    disk, and the page attempt has hung trying to access the
 	    disk for more than 20 seconds.  It might be caused by bad
 	    blocks on the disk drive, disk wiring, cables, or any


More information about the svn-doc-all mailing list