summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/modules.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-10 14:47:55 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-10 14:47:55 +0000
commit188e6569dbb250b25bf3fe74b9d13007d5207b51 (patch)
treebbc3c0b5f636f5887aa5cf52c8b0a75b4cccf353 /Doc/Zsh/modules.yo
parentzsh-workers/8990 (diff)
downloadzsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.tar
zsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.tar.gz
zsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.tar.bz2
zsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.tar.lz
zsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.tar.xz
zsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.tar.zst
zsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.zip
manual/8992
Diffstat (limited to 'Doc/Zsh/modules.yo')
-rw-r--r--Doc/Zsh/modules.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/modules.yo b/Doc/Zsh/modules.yo
index 827f68b4c..89c1f7246 100644
--- a/Doc/Zsh/modules.yo
+++ b/Doc/Zsh/modules.yo
@@ -15,6 +15,10 @@ Builtins for manipulating POSIX.1e (POSIX.6) capability (privilege) sets.
item(tt(clone))(
A builtin that can clone a running shell onto another terminal.
)
+item(tt(zutil))(
+Some utility builtins, e.g. the one for supporting configuration via
+styles.
+)
item(tt(complete))(
The basic completion code.
)
@@ -66,6 +70,7 @@ enditem()
startmenu()
menu(The cap Module)
menu(The clone Module)
+menu(The zutil Module)
menu(The complete Module)
menu(The compctl Module)
menu(The complist Module)
@@ -84,6 +89,7 @@ menu(The zleparameter Module)
endmenu()
includefile(Zsh/mod_cap.yo)
includefile(Zsh/mod_clone.yo)
+includefile(Zsh/mod_zutil.yo)
includefile(Zsh/mod_complete.yo)
includefile(Zsh/mod_compctl.yo)
includefile(Zsh/mod_complist.yo)