Index: gentoo-howto.xml =================================================================== RCS file: /home/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-howto.xml,v retrieving revision 1.36 diff -u -t -r1.36 gentoo-howto.xml --- gentoo-howto.xml 19 Feb 2004 14:58:23 -0000 1.36 +++ gentoo-howto.xml 5 Mar 2004 09:26:51 -0000 @@ -283,7 +283,8 @@ are supported), and may have a single letter immediately following the last digit; e.g., 1.4b or 2.6h. The package version is joined to the package name with a hyphen; for example: foo-1.0, -bar-2.4.6, etc. +bar-2.4.6, etc. Also, when comparing versions x.yz with +x.y.t, x.y.t is considered more recent than x.yz.

@@ -299,13 +300,14 @@

-The third (optional) section contains a special suffix; either +The third (optional) section contains one (or more) special suffixes; either _alpha, _beta, _pre (pre-release), _rc (release -candidate), or _p (patch). Any of these suffixes may be immediately -followed my a number; e.g., linux-2.4.0_pre10; Assuming identical -version parts, an _alpha package is older than _beta, _beta -older than _pre, _pre older than _rc, and _rc older -than _p. This section is meant to reflect upstream versions only. +candidate), _p (patch) or a combination of them. Any of these suffixes +may be immediately followed my a number; e.g., linux-2.4.0_pre10; +Assuming identical version parts, an _alpha package is older than +_beta, _beta older than _pre, _pre older than +_rc, and _rc older than _p. This section is meant to +reflect upstream versions only.