svn commit: r46510 - head/en_US.ISO8859-1/books/porters-handbook/slow-porting

Jason Helfman jgh at FreeBSD.org
Thu Apr 9 15:26:34 UTC 2015


Author: jgh
Date: Thu Apr  9 15:26:33 2015
New Revision: 46510
URL: https://svnweb.freebsd.org/changeset/doc/46510

Log:
  - address capitalization
  
  PR:		199302
  Differential Revision:	https://reviews.freebsd.org/D2263
  Reported by:	andrew_terekhov at yahoo.com
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml	Thu Apr  9 15:06:13 2015	(r46509)
+++ head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml	Thu Apr  9 15:26:33 2015	(r46510)
@@ -152,7 +152,7 @@
 	<buildtarget>configure</buildtarget>, etc.) do nothing more
 	than make sure all the stages up to that one are completed and
 	call the real targets or scripts, and they are not intended to
-	be changed.  to fix the extraction, fix
+	be changed.  To fix the extraction, fix
 	<buildtarget>do-extract</buildtarget>, but never ever change
 	the way <buildtarget>extract</buildtarget> operates!
 	Additionally, the target


More information about the svn-doc-all mailing list