Date: Tue, 15 Dec 2015 10:03:50 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47862 - head/en_US.ISO8859-1/books/arch-handbook/vm Message-ID: <201512151003.tBFA3o6o082333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Tue Dec 15 10:03:50 2015 New Revision: 47862 URL: https://svnweb.freebsd.org/changeset/doc/47862 Log: Typo fix. Submitted by: Jim Nasby Modified: head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Mon Dec 14 22:58:44 2015 (r47861) +++ head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Tue Dec 15 10:03:50 2015 (r47862) @@ -143,7 +143,7 @@ buffers, <literal>struct buf</literal>'s, or <literal>bp</literal>'s. When a filesystem needs to operate on a portion of a VM object, it typically maps part of the object - into a struct buf and the maps the pages in the struct buf into + into a struct buf and then maps the pages in the struct buf into KVM. In the same manner, disk I/O is typically issued by mapping portions of objects into buffer structures and then issuing the I/O on the buffer structures. The underlying
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512151003.tBFA3o6o082333>