From: Ben Kohler Date: Sun, 8 Sep 2019 18:06:37 +0000 (-0500) Subject: tmpfiles.eclass: fix @USAGE to not include function names X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b3e776ba071471f8af0067fcc71bba43492b9139;p=gentoo.git tmpfiles.eclass: fix @USAGE to not include function names Signed-off-by: Ben Kohler --- diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass index 68478ffbcd69..360c5e3b816f 100644 --- a/eclass/tmpfiles.eclass +++ b/eclass/tmpfiles.eclass @@ -63,7 +63,7 @@ esac RDEPEND="virtual/tmpfiles" # @FUNCTION: dotmpfiles -# @USAGE: dotmpfiles ... +# @USAGE: ... # @DESCRIPTION: # Install one or more tmpfiles.d files into /usr/lib/tmpfiles.d. dotmpfiles() { @@ -84,7 +84,7 @@ dotmpfiles() { } # @FUNCTION: newtmpfiles -# @USAGE: newtmpfiles .conf +# @USAGE: .conf # @DESCRIPTION: # Install a tmpfiles.d file in /usr/lib/tmpfiles.d under a new name. newtmpfiles() { @@ -102,7 +102,7 @@ newtmpfiles() { } # @FUNCTION: tmpfiles_process -# @USAGE: tmpfiles_process ... +# @USAGE: ... # @DESCRIPTION: # Call a tmpfiles.d implementation to create new volatile and temporary # files and directories.