svn commit: r48523 - head/en_US.ISO8859-1/books/porters-handbook/upgrading

Thomas Zander riggs at FreeBSD.org
Sat Apr 2 15:07:12 UTC 2016


Author: riggs (ports committer)
Date: Sat Apr  2 15:07:10 2016
New Revision: 48523
URL: https://svnweb.freebsd.org/changeset/doc/48523

Log:
  Fix inaccurate description of entry ordering in ${PORTSDIR}/MOVED
  
  Approved by:	mat, eadler
  Differential Revision:	https://reviews.freebsd.org/D2237

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml	Sat Apr  2 14:09:35 2016	(r48522)
+++ head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml	Sat Apr  2 15:07:10 2016	(r48523)
@@ -357,8 +357,8 @@
 
       <para>The date must be entered in the form
 	<literal>YYYY-MM-DD</literal>.  New entries are added to
-	the top of the file to keep it in reverse chronological order,
-	with the last entry first.</para>
+	the end of the list to keep it in chronological order,
+	with the oldest entry at the top of the list.</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