Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name
Date: Fri, 06 Sep 2019 17:42:40
Message-Id: 20190906174231.GA18832@whubbs1.dev.av1.gaikai.org
In Reply to: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name by Ben Kohler
1 On Fri, Sep 06, 2019 at 12:27:25PM -0500, Ben Kohler wrote:
2 > Signed-off-by: Ben Kohler <bkohler@g.o>
3 > ---
4 > eclass/tmpfiles.eclass | 6 +++---
5 > 1 file changed, 3 insertions(+), 3 deletions(-)
6 >
7 > diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
8 > index 68478ffbcd6..360c5e3b816 100644
9 > --- a/eclass/tmpfiles.eclass
10 > +++ b/eclass/tmpfiles.eclass
11 > @@ -63,7 +63,7 @@ esac
12 > RDEPEND="virtual/tmpfiles"
13 >
14 > # @FUNCTION: dotmpfiles
15 > -# @USAGE: dotmpfiles <tmpfiles.d_file> ...
16 > +# @USAGE: <tmpfiles.d_file> ...
17 > # @DESCRIPTION:
18 > # Install one or more tmpfiles.d files into /usr/lib/tmpfiles.d.
19 > dotmpfiles() {
20 > @@ -84,7 +84,7 @@ dotmpfiles() {
21 > }
22 >
23 > # @FUNCTION: newtmpfiles
24 > -# @USAGE: newtmpfiles <old-name> <new-name>.conf
25 > +# @USAGE: <old-name> <new-name>.conf
26 > # @DESCRIPTION:
27 > # Install a tmpfiles.d file in /usr/lib/tmpfiles.d under a new name.
28 > newtmpfiles() {
29 > @@ -102,7 +102,7 @@ newtmpfiles() {
30 > }
31 >
32 > # @FUNCTION: tmpfiles_process
33 > -# @USAGE: tmpfiles_process <filename> <filename> ...
34 > +# @USAGE: <filename> <filename> ...
35 > # @DESCRIPTION:
36 > # Call a tmpfiles.d implementation to create new volatile and temporary
37 > # files and directories.
38 > --
39 > 2.23.0
40
41 lgtm. :-)
42
43 William

Attachments

File name MIME type
signature.asc application/pgp-signature