about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-05 08:41:35 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-05 08:41:35 +0000
commit62df18f0d8ce37c7d61aa58295c0e4b8b1a011a2 (patch)
treed5902174c74bf971f42372847fdca6bf8eaa0ccc /Doc/Zsh/builtins.yo
parent0f2250de44f1d753d7d9dc7e0d4f8927137bd956 (diff)
downloadzsh-62df18f0d8ce37c7d61aa58295c0e4b8b1a011a2.tar.gz
zsh-62df18f0d8ce37c7d61aa58295c0e4b8b1a011a2.tar.xz
zsh-62df18f0d8ce37c7d61aa58295c0e4b8b1a011a2.zip
cleanup (12896)
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 84ece31d9..42b189139 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1162,7 +1162,7 @@ special tt(PATH) parameter is not altered in any way.  It is also possible
 to create a local parameter using `tt(typeset +h )var(special)', where the
 local copy of var(special) will retain its special properties regardless of
 having the tt(-h) attribute.  Global special parameters loaded from shell
-modules (currently those in tt(mapfile) and tt(parameter)) are
+modules (currently those in tt(zsh/mapfile) and tt(zsh/parameter)) are
 automatically given the tt(-h) attribute to avoid name clashes.
 )
 item(tt(-H))(
@@ -1440,7 +1440,7 @@ files compiled into it are listed.  The first line of output shows
 the version of the shell which compiled the file and how the file
 will be used (i.e. by reading it directly or by mapping it into memory).
 With arguments, nothing is output and the return value is set to zero if
-definitions for em(all) var(name)s name files were found in the compiled
+definitions for em(all) var(name)s were found in the compiled
 file, and non-zero if the definition for at least one var(name) was not
 found.