commit: c2c2914e49e0c7543d38fed5a609fbcbc7f18d20 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Sat Apr 14 05:55:00 2018 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Sat Apr 14 05:55:00 2018 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c2c2914e
tasks-reference/completion: migrate to bash-completion-r1 #652084 Closes: https://bugs.gentoo.org/652084 tasks-reference/completion/text.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks-reference/completion/text.xml b/tasks-reference/completion/text.xml index fd36099..ee2ce35 100644 --- a/tasks-reference/completion/text.xml +++ b/tasks-reference/completion/text.xml @@ -7,7 +7,9 @@ <p> Since v2.05a, <c>bash</c> has offered intelligent programmable completion. Writing such completions for your own programs/things you maintain is relatively easy -provided you know bash already. See <uri link="::eclass-reference/bash-completion.eclass/">bash-completion.eclass</uri> +provided you know bash already. See +<uri link="::eclass-reference/bash-completion-r1.eclass/"> +bash-completion-r1.eclass</uri> for how to install completion files. </p>