commit: 7470947b731a6472aa5f6bda9b55a7b43b11b271 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Mar 30 13:25:28 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 13:28:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7470947b
systemd.eclass: fix documentation for _systemd_get_systemunitdir Closes: https://bugs.gentoo.org/779193 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> eclass/systemd.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 81065a0af79..c2689d83bfd 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: systemd.eclass @@ -58,7 +58,7 @@ _systemd_get_dir() { echo "${d}" } -# @FUNCTION: _systemd_get_unitdir +# @FUNCTION: _systemd_get_systemunitdir # @INTERNAL # @DESCRIPTION: # Get unprefixed unitdir.
