From: Ulrich Müller Date: Tue, 19 Sep 2017 15:43:50 +0000 (+0200) Subject: eapi7-ver.eclass: Documentation fix. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dc5b62d0ec34111967f3509d7837e110db925c03;p=gentoo.git eapi7-ver.eclass: Documentation fix. --- diff --git a/eclass/eapi7-ver.eclass b/eclass/eapi7-ver.eclass index 1e8e3c5e55b3..6f8f0c0a1c37 100644 --- a/eclass/eapi7-ver.eclass +++ b/eclass/eapi7-ver.eclass @@ -73,9 +73,8 @@ esac # @INTERNAL # @DESCRIPTION: # Parse the range string , setting 'start' and 'end' variables -# to the appropriate bounds. and specify the appropriate -# lower and upper bound for the range; the user-specified value is -# truncated to this range. +# to the appropriate bounds. specifies the appropriate upper +# bound for the range; the user-specified value is truncated to this. _ver_parse_range() { local range=${1} local max=${2}