Bug 174811

Summary: [Patch] Fix typo in porters-handbook
Product: Documentation Reporter: Po-Chien Lin <linpc>
Component: Books & ArticlesAssignee: Isabell Long <issyl0>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch.txt none

Description Po-Chien Lin 2012-12-29 16:40:00 UTC
- Fix a typo: "usedin" should be "used in"
Comment 1 Isabell Long freebsd_committer freebsd_triage 2012-12-29 18:37:27 UTC
Responsible Changed
From-To: freebsd-doc->issyl0

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-12-31 17:57:56 UTC
Author: issyl0
Date: Mon Dec 31 17:57:48 2012
New Revision: 40524
URL: http://svnweb.freebsd.org/changeset/doc/40524

Log:
  Add a missing blank space in the porter's handbook: "usedin" -> "used in".
  
  PR:		docs/174811
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
  Approved by:	gabor (mentor)

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Dec 31 16:50:59 2012	(r40523)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Dec 31 17:57:48 2012	(r40524)
@@ -4931,7 +4931,7 @@ PORTVERSION=	1.0</programlisting>
 .endif</programlisting>
 
 	<para>Here are some handy variables and how they are expanded
-	  by default when usedin the
+	  by default when used in the
 	  <filename>Makefile</filename>:</para>
 
 	<itemizedlist>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Isabell Long freebsd_committer freebsd_triage 2013-01-01 20:11:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!