Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2016 09:07:06 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r48725 - head/en_US.ISO8859-1/books/developers-handbook/kerneldebug
Message-ID:  <201604240907.u3O976Ie038787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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;&nbsp; 6.2 and higher), and textdumps, which hold captured
+      (&os;&nbsp; 6.2 and higher); and textdumps, which hold captured
       scripted or interactive debugger output (&os;&nbsp;7.1 and higher).
       Minidumps are the default dump type as of &os;&nbsp;7.0, and in most
       cases will capture all necessary information present in a full



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604240907.u3O976Ie038787>