svn commit: r41696 - head/en_US.ISO8859-1/books/porters-handbook
Benedict Reuschling
bcr at FreeBSD.org
Sun May 19 22:26:48 UTC 2013
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
More information about the svn-doc-head
mailing list