public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] bash-completion-r1.eclass: minor @USAGE syntax fixes
@ 2019-09-06 19:01 Ben Kohler
  0 siblings, 0 replies; only message in thread
From: Ben Kohler @ 2019-09-06 19:01 UTC (permalink / raw
  To: gentoo-dev; +Cc: mgorny

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
---
 eclass/bash-completion-r1.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/bash-completion-r1.eclass b/eclass/bash-completion-r1.eclass
index 7a69f485a74..636371df9d6 100644
--- a/eclass/bash-completion-r1.eclass
+++ b/eclass/bash-completion-r1.eclass
@@ -91,7 +91,7 @@ get_bashhelpersdir() {
 }
 
 # @FUNCTION: dobashcomp
-# @USAGE: file [...]
+# @USAGE: <file> [...]
 # @DESCRIPTION:
 # Install bash-completion files passed as args. Has EAPI-dependant failure
 # behavior (like doins).
@@ -106,7 +106,7 @@ dobashcomp() {
 }
 
 # @FUNCTION: newbashcomp
-# @USAGE: file newname
+# @USAGE: <file> <newname>
 # @DESCRIPTION:
 # Install bash-completion file under a new name. Has EAPI-dependant failure
 # behavior (like newins).
-- 
2.23.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-06 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-06 19:01 [gentoo-dev] [PATCH] bash-completion-r1.eclass: minor @USAGE syntax fixes Ben Kohler

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