From culot@FreeBSD.org  Sun May 19 07:18:30 2013
Return-Path: <culot@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 5CBB9152
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 May 2013 07:18:30 +0000 (UTC)
	(envelope-from culot@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87])
	by mx1.freebsd.org (Postfix) with ESMTP id 4D85ECCF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 May 2013 07:18:30 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4J7IURE033290
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 May 2013 07:18:30 GMT
	(envelope-from culot@freefall.freebsd.org)
Received: (from culot@localhost)
	by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4J7IUqm033289;
	Sun, 19 May 2013 07:18:30 GMT
	(envelope-from culot)
Message-Id: <201305190718.r4J7IUqm033289@freefall.freebsd.org>
Date: Sun, 19 May 2013 07:18:30 GMT
From: Frederic Culot <culot@FreeBSD.org>
Reply-To: Frederic Culot <culot@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: porters-handbook: small typo
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         178769
>Category:       docs
>Synopsis:       porters-handbook: small typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 19 07:20:00 UTC 2013
>Closed-Date:    Sun May 19 22:30:51 UTC 2013
>Last-Modified:  Sun May 19 22:30:51 UTC 2013
>Originator:     Frederic Culot
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
FreeBSD
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r250391: Wed May 8 23:39:18 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64
>Description:
An extra space appears in "The Files UPDATING and MOVED" section, leading
to an erroneous format in the date to be used in the MOVED file (see
http://www.freebsd.org/doc/en/books/porters-handbook/moved-and-updating-files.html
the date appears as "YYYY- MM-DD" whereas it should be "YYYY-MM-DD",
ie. without the extra space).
>How-To-Repeat:
>Fix:

--- book.xml.diff begins here ---
Index: book.xml
===================================================================
--- book.xml	(revision 41681)
+++ book.xml	(working copy)
@@ -10805,7 +10805,7 @@
       <programlisting>old name|new name (blank for deleted)|date of move|reason</programlisting>
 
       <para>The date should be entered in the form <literal>YYYY-
-	  MM-DD</literal>.  New entries should be added to the end
+	MM-DD</literal>.  New entries should be added to the end
 	of the file to keep it in chronological order.</para>
 
       <para>If a port was removed but has since been restored,
--- book.xml.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Sun May 19 22:18:15 UTC 2013 
Responsible-Changed-Why:  
Grab low hanging fruit... 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/178769: commit references a PR
Date: Sun, 19 May 2013 22:27:00 +0000 (UTC)

 Author: bcr
 Date: Sun May 19 22:26:47 2013
 New Revision: 41696
 URL: http://svnweb.freebsd.org/changeset/doc/41696
 
 Log:
   Remove extra space between year and month in a date format.
   
   PR:		docs/178769
   Submitted by:	culot
   Committed in:	impromptu Hacker Lounge at Ottawa Airport Gate 14
 
 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	Sun May 19 22:21:47 2013	(r41695)
 +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sun May 19 22:26:47 2013	(r41696)
 @@ -10804,9 +10804,9 @@ as .putsy.conf and edit it.</programlist
  
        <programlisting>old name|new name (blank for deleted)|date of move|reason</programlisting>
  
 -      <para>The date should be entered in the form <literal>YYYY-
 -	  MM-DD</literal>.  New entries should be added to the end
 -	of the file to keep it in chronological order.</para>
 +      <para>The date should be entered in the form
 +	<literal>YYYY-MM-DD</literal>.  New entries should be added to
 +	the end of the file to keep it in chronological order.</para>
  
        <para>If a port was removed but has since been restored,
  	delete the line in this file that states that it was
 _______________________________________________
 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: bcr 
State-Changed-When: Sun May 19 22:30:03 UTC 2013 
State-Changed-Why:  
Patch committed, thanks for filing it! PR closed. 

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