svn commit: r48725 - head/en_US.ISO8859-1/books/developers-handbook/kerneldebug
Benedict Reuschling
bcr at FreeBSD.org
Sun Apr 24 09:07:07 UTC 2016
Author: bcr
Date: Sun Apr 24 09:07:06 2016
New Revision: 48725
URL: https://svnweb.freebsd.org/changeset/doc/48725
Log:
Replace some colons in a long sentence with
semi-colons to make a list which contains
regular commas more readable.
PR: 203345
Submitted by: munshs at rpi.edu
Sponsored by: Essen Hackathon 2016
Modified:
head/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml
Modified: head/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml Sat Apr 23 23:00:32 2016 (r48724)
+++ head/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml Sun Apr 24 09:07:06 2016 (r48725)
@@ -44,9 +44,9 @@
partition.</quote></para></note>
<para>Several types of kernel crash dumps are available: full memory
- dumps, which hold the complete contents of physical memory,
+ dumps, which hold the complete contents of physical memory;
minidumps, which hold only memory pages in use by the kernel
- (&os; 6.2 and higher), and textdumps, which hold captured
+ (&os; 6.2 and higher); and textdumps, which hold captured
scripted or interactive debugger output (&os; 7.1 and higher).
Minidumps are the default dump type as of &os; 7.0, and in most
cases will capture all necessary information present in a full
More information about the svn-doc-head
mailing list