From linpc@cs.nctu.edu.tw  Sat Dec 29 16:32:52 2012
Return-Path: <linpc@cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5254F31A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Dec 2012 16:32:52 +0000 (UTC)
	(envelope-from linpc@cs.nctu.edu.tw)
Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130])
	by mx1.freebsd.org (Postfix) with ESMTP id 0DA828FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Dec 2012 16:32:51 +0000 (UTC)
Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1])
	by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 3B56C9BE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Dec 2012 00:32:50 +0800 (CST)
Received: from csduty.cs.nctu.edu.tw (csduty [140.113.235.102])
	by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 2D51F9BD
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Dec 2012 00:32:50 +0800 (CST)
Received: (from linpc@localhost)
	by csduty.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id qBTGWndH005983;
	Sun, 30 Dec 2012 00:32:49 +0800 (CST)
	(envelope-from linpc)
Message-Id: <201212291632.qBTGWndH005983@csduty.cs.nctu.edu.tw>
Date: Sun, 30 Dec 2012 00:32:49 +0800 (CST)
From: Po-Chien Lin <linpc@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Patch] Fix typo in porters-handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         174811
>Category:       docs
>Synopsis:       [Patch] Fix typo in porters-handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    issyl0
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 29 16:40:00 UTC 2012
>Closed-Date:    Tue Jan 01 20:11:54 UTC 2013
>Last-Modified:  Tue Jan 01 20:11:54 UTC 2013
>Originator:     Po-Chien Lin
>Release:        FreeBSD 8.2-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
- Fix a typo: "usedin" should be "used in"

>How-To-Repeat:
>Fix:
--- patch.txt begins here ---
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml
index 6c9ccf7..798a18c 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.xml
@@ -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>
--- patch.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->issyl0 
Responsible-Changed-By: issyl0 
Responsible-Changed-When: Sat Dec 29 18:37:27 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174811 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/174811: commit references a PR
Date: Mon, 31 Dec 2012 17:57:56 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: issyl0 
State-Changed-When: Tue Jan 1 20:11:54 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174811 
>Unformatted:
