aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tasks-reference')
-rw-r--r--tasks-reference/completion/text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks-reference/completion/text.xml b/tasks-reference/completion/text.xml
index 216b293..7de4101 100644
--- a/tasks-reference/completion/text.xml
+++ b/tasks-reference/completion/text.xml
@@ -160,7 +160,7 @@ Nearly all completion functions will start out the same way. For these cases,
the following can be used as a template for creating new completion functions:
</p>
-<codesample lang="ebuild">
+<codesample lang="ebuild" numbering="lines">
_foo() {
local cur prev opts
COMPREPLY=()
@@ -302,7 +302,7 @@ real completion function for <c>revdep-rebuild</c> (might even be available in
<c>gentoo-bashcomp</c> by the time you read this :]).
</p>
-<codesample lang="ebuild">
+<codesample lang="ebuild" numbering="lines">
_revdep_rebuild() {
local cur prev opts
COMPREPLY=()