Bug 178769

Summary: porters-handbook: small typo
Product: Documentation Reporter: Frederic Culot <culot>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
book.xml.diff none

Description Frederic Culot freebsd_committer freebsd_triage 2013-05-19 08:20:00 UTC
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).
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2013-05-19 23:18:15 UTC
Responsible Changed
From-To: freebsd-doc->bcr

Grab low hanging fruit...
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-19 23:27:00 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"
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2013-05-19 23:30:03 UTC
State Changed
From-To: open->closed

Patch committed, thanks for filing it! PR closed.