* [gentoo-dev] [PATCH] udev.eclass: minor @USAGE fixes
@ 2019-09-06 19:11 Ben Kohler
2019-09-06 20:21 ` Mike Gilbert
0 siblings, 1 reply; 2+ messages in thread
From: Ben Kohler @ 2019-09-06 19:11 UTC (permalink / raw
To: gentoo-dev; +Cc: udev-bugs
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
---
eclass/udev.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/udev.eclass b/eclass/udev.eclass
index baf60584938..2873ae9a92c 100644
--- a/eclass/udev.eclass
+++ b/eclass/udev.eclass
@@ -80,7 +80,7 @@ get_udevdir() {
}
# @FUNCTION: udev_dorules
-# @USAGE: rules [...]
+# @USAGE: <rule> [...]
# @DESCRIPTION:
# Install udev rule(s). Uses doins, thus it is fatal in EAPI 4
# and non-fatal in earlier EAPIs.
@@ -95,7 +95,7 @@ udev_dorules() {
}
# @FUNCTION: udev_newrules
-# @USAGE: oldname newname
+# @USAGE: <oldname> <newname>
# @DESCRIPTION:
# Install udev rule with a new name. Uses newins, thus it is fatal
# in EAPI 4 and non-fatal in earlier EAPIs.
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-dev] [PATCH] udev.eclass: minor @USAGE fixes
2019-09-06 19:11 [gentoo-dev] [PATCH] udev.eclass: minor @USAGE fixes Ben Kohler
@ 2019-09-06 20:21 ` Mike Gilbert
0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert @ 2019-09-06 20:21 UTC (permalink / raw
To: Gentoo Dev; +Cc: udev-bugs
On Fri, Sep 6, 2019 at 3:11 PM Ben Kohler <bkohler@gentoo.org> wrote:
>
> Signed-off-by: Ben Kohler <bkohler@gentoo.org>
> ---
> eclass/udev.eclass | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/eclass/udev.eclass b/eclass/udev.eclass
> index baf60584938..2873ae9a92c 100644
> --- a/eclass/udev.eclass
> +++ b/eclass/udev.eclass
> @@ -80,7 +80,7 @@ get_udevdir() {
> }
>
> # @FUNCTION: udev_dorules
> -# @USAGE: rules [...]
> +# @USAGE: <rule> [...]
> # @DESCRIPTION:
> # Install udev rule(s). Uses doins, thus it is fatal in EAPI 4
> # and non-fatal in earlier EAPIs.
> @@ -95,7 +95,7 @@ udev_dorules() {
> }
>
> # @FUNCTION: udev_newrules
> -# @USAGE: oldname newname
> +# @USAGE: <oldname> <newname>
> # @DESCRIPTION:
> # Install udev rule with a new name. Uses newins, thus it is fatal
> # in EAPI 4 and non-fatal in earlier EAPIs.
> --
> 2.23.0
Approved, please push.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-06 20:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-06 19:11 [gentoo-dev] [PATCH] udev.eclass: minor @USAGE fixes Ben Kohler
2019-09-06 20:21 ` Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox