From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CF91138334 for ; Fri, 6 Sep 2019 20:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 588DCE09F7; Fri, 6 Sep 2019 20:21:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AD33E0954 for ; Fri, 6 Sep 2019 20:21:18 +0000 (UTC) Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id BA30B34AD79 for ; Fri, 6 Sep 2019 20:21:16 +0000 (UTC) Received: by mail-io1-f50.google.com with SMTP id f12so15581677iog.12 for ; Fri, 06 Sep 2019 13:21:16 -0700 (PDT) X-Gm-Message-State: APjAAAXpJu2Hanxq6Kp4RZH7zWrPXGsu6YD1fIuoVviaN+GjED5p4KNg gCdJm0dcCGiHaBtYDUGci+pdadZ6v+ufeBfccHM= X-Google-Smtp-Source: APXvYqxKXnRu/ZZnrOKb+3HcT5vOwXSVD9K63JrT67YHbOuilTe9HFi8hHrWn1vqVrb+8SRZKUCKbqYJ8y7fzpYTChs= X-Received: by 2002:a6b:7002:: with SMTP id l2mr12738922ioc.300.1567801274910; Fri, 06 Sep 2019 13:21:14 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <20190906191159.1571-1-bkohler@gentoo.org> In-Reply-To: <20190906191159.1571-1-bkohler@gentoo.org> From: Mike Gilbert Date: Fri, 6 Sep 2019 16:21:03 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [PATCH] udev.eclass: minor @USAGE fixes To: Gentoo Dev Cc: udev-bugs@gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: b053194a-615a-4618-883d-b6c2a29b9fcf X-Archives-Hash: 227ff809c1afdc8a68920aeb3581e7b9 On Fri, Sep 6, 2019 at 3:11 PM Ben Kohler wrote: > > Signed-off-by: Ben Kohler > --- > 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: [...] > # @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: > # @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.