public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name
@ 2019-09-06 17:27 Ben Kohler
  2019-09-06 17:42 ` William Hubbs
  2019-09-06 18:52 ` Michael Everitt
  0 siblings, 2 replies; 8+ messages in thread
From: Ben Kohler @ 2019-09-06 17:27 UTC (permalink / raw
  To: gentoo-dev

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
---
 eclass/tmpfiles.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
index 68478ffbcd6..360c5e3b816 100644
--- a/eclass/tmpfiles.eclass
+++ b/eclass/tmpfiles.eclass
@@ -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.
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-09-06 19:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-06 17:27 [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name Ben Kohler
2019-09-06 17:42 ` William Hubbs
2019-09-06 18:52 ` Michael Everitt
2019-09-06 18:54   ` Mike Gilbert
2019-09-06 19:00   ` Georgy Yakovlev
2019-09-06 19:02     ` Michael Everitt
2019-09-06 19:09       ` Kent Fredric
2019-09-06 19:43         ` Michael Everitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox