diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-20 17:23:33 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-22 11:34:00 +0100 |
commit | 685081ba5c6adb040b926553a2d50daf41db2d23 (patch) | |
tree | 87eb1076b96b41fa195cb8c78a619e292f022f07 /eclass/eapi7-ver.eclass | |
parent | dev-ruby/prawn: fix missing slot dep (diff) | |
download | gentoo-685081ba5c6adb040b926553a2d50daf41db2d23.tar.gz gentoo-685081ba5c6adb040b926553a2d50daf41db2d23.tar.bz2 gentoo-685081ba5c6adb040b926553a2d50daf41db2d23.zip |
eapi7-ver.eclass: Replace @ROFF in eclass documentation.
Replace all @ROFF tokens by @SUBSECTION, because the former makes
conversion to any format other than a man page very difficult.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/eapi7-ver.eclass')
-rw-r--r-- | eclass/eapi7-ver.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/eapi7-ver.eclass b/eclass/eapi7-ver.eclass index b7f9715bc421..8f13fc9af762 100644 --- a/eclass/eapi7-ver.eclass +++ b/eclass/eapi7-ver.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: eapi7-ver.eclass @@ -17,8 +17,7 @@ # # https://bugs.gentoo.org/482170 # -# @ROFF .SS -# Version strings +# @SUBSECTION Version strings # # The functions support arbitrary version strings consisting of version # components interspersed with (possibly empty) version separators. @@ -50,8 +49,7 @@ # 0 1 1 # @CODE # -# @ROFF .SS -# Ranges +# @SUBSECTION Ranges # # A range can be specified as 'm' for m-th version component, 'm-' # for all components starting with m-th or 'm-n' for components starting |