Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2016 15:07:10 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r48523 - head/en_US.ISO8859-1/books/porters-handbook/upgrading
Message-ID:  <201604021507.u32F7ANs026537@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604021507.u32F7ANs026537>