tmpfiles.eclass: fix @USAGE to not include function names
authorBen Kohler <bkohler@gentoo.org>
Sun, 8 Sep 2019 18:06:37 +0000 (13:06 -0500)
committerBen Kohler <bkohler@gentoo.org>
Sun, 8 Sep 2019 18:07:09 +0000 (13:07 -0500)
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
eclass/tmpfiles.eclass

index 68478ffbcd69f75bcef731ed1dc40c4132858279..360c5e3b816f78b398cc08ec69c519e0a170573c 100644 (file)
@@ -63,7 +63,7 @@ esac
 RDEPEND="virtual/tmpfiles"
 
 # @FUNCTION: dotmpfiles
-# @USAGE: dotmpfiles <tmpfiles.d_file> ...
+# @USAGE: <tmpfiles.d_file> ...
 # @DESCRIPTION:
 # Install one or more tmpfiles.d files into /usr/lib/tmpfiles.d.
 dotmpfiles() {
@@ -84,7 +84,7 @@ dotmpfiles() {
 }
 
 # @FUNCTION: newtmpfiles
-# @USAGE: newtmpfiles <old-name> <new-name>.conf
+# @USAGE: <old-name> <new-name>.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 <filename> <filename> ...
+# @USAGE: <filename> <filename> ...
 # @DESCRIPTION:
 # Call a tmpfiles.d implementation to create new volatile and temporary
 # files and directories.