summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/exec.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/exec.yo')
-rw-r--r--Doc/Zsh/exec.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/exec.yo b/Doc/Zsh/exec.yo
index 2b3d29500..62ea1a3f9 100644
--- a/Doc/Zsh/exec.yo
+++ b/Doc/Zsh/exec.yo
@@ -9,7 +9,7 @@ cindex(command not found, handling of)
findex(command_not_found_handler)
If a command name contains no slashes, the shell attempts to locate
it. If there exists a shell function by that name, the function
-is invoked as described in noderef(Functions). If there exists
+is invoked as described in sectref(Functions)(below). If there exists
a shell builtin by that name, the builtin is invoked.
vindex(path, use of)