about summary refs log tree commit diff
path: root/Doc/Zsh/modules.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-13 18:44:31 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-13 18:44:31 +0000
commit0964ce61859fdcf29c0d35f138e1fe8aa7b82133 (patch)
tree9acb9a3f8d71f042d199de38d3e85d54e284a2bc /Doc/Zsh/modules.yo
parentdcc6d87c9fd16fa868fe2dffffbf724b7ae71511 (diff)
downloadzsh-0964ce61859fdcf29c0d35f138e1fe8aa7b82133.tar.gz
zsh-0964ce61859fdcf29c0d35f138e1fe8aa7b82133.tar.xz
zsh-0964ce61859fdcf29c0d35f138e1fe8aa7b82133.zip
zsh-workers/9023
Diffstat (limited to 'Doc/Zsh/modules.yo')
-rw-r--r--Doc/Zsh/modules.yo98
1 files changed, 1 insertions, 97 deletions
diff --git a/Doc/Zsh/modules.yo b/Doc/Zsh/modules.yo
index 89c1f7246..7a404fd79 100644
--- a/Doc/Zsh/modules.yo
+++ b/Doc/Zsh/modules.yo
@@ -8,100 +8,4 @@ shell at build time,
 or can be dynamically linked while the shell is running
 if the installation supports this feature.  The modules available are:
 
-startitem()
-item(tt(cap))(
-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.
-)
-item(tt(compctl))(
-The tt(compctl) builtin for controlling completion and the builtins for
-completion widgets.
-)
-item(tt(complist))(
-Completion listing extensions.
-)
-item(tt(computil))(
-A module with utility builtins needed for the shell function based
-completion system.
-)
-item(tt(deltochar))(
-A ZLE function duplicating EMACS' tt(zap-to-char).
-)
-item(tt(example))(
-An example of how to write a module.
-)
-item(tt(files))(
-Some basic file manipulation commands as builtins.
-)
-item(tt(mapfile))(
-Access to external files via a special associative array.
-)
-item(tt(mathfunc))(
-Standard scientific functions for use in mathematical evaluations.
-)
-item(tt(parameter))(
-Access to internal hash tables via special associative arrays.
-)
-item(tt(sched))(
-A builtin that provides a timed execution facility within the shell.
-)
-item(tt(stat))(
-A builtin command interface to the tt(stat) system call.
-)
-item(tt(zftp))(
-A builtin FTP client.
-)
-item(tt(zle))(
-The Zsh Line Editor, including the tt(bindkey) and tt(vared) builtins.
-)
-item(tt(zleparameter))(
-Access to internals of the Zsh Line Editor via parameters.
-)
-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)
-menu(The computil Module)
-menu(The deltochar Module)
-menu(The example Module)
-menu(The files Module)
-menu(The mapfile Module)
-menu(The mathfunc Module)
-menu(The parameter Module)
-menu(The sched Module)
-menu(The stat Module)
-menu(The zftp Module)
-menu(The zle Module)
-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)
-includefile(Zsh/mod_computil.yo)
-includefile(Zsh/mod_deltochar.yo)
-includefile(Zsh/mod_example.yo)
-includefile(Zsh/mod_files.yo)
-includefile(Zsh/mod_mapfile.yo)
-includefile(Zsh/mod_mathfunc.yo)
-includefile(Zsh/mod_parameter.yo)
-includefile(Zsh/mod_sched.yo)
-includefile(Zsh/mod_stat.yo)
-includefile(Zsh/mod_zftp.yo)
-includefile(Zsh/mod_zle.yo)
-includefile(Zsh/mod_zleparameter.yo)
+includefile(Zsh/modlist.yo)