1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-04 09:01:06 +01:00

Initial revision

This commit is contained in:
Tanaka Akira 1999-04-15 18:05:35 +00:00
commit c175751b50
113 changed files with 27065 additions and 0 deletions

16
Doc/Zsh/mod_example.yo Normal file
View file

@ -0,0 +1,16 @@
texinode(The example Module)(The files Module)(The deltochar Module)(Zsh Modules)
sect(The example Module)
The tt(example) module makes available one builtin command:
startitem()
findex(example)
cindex(modules, example)
cindex(modules, writing)
cindex(writing modules)
item(tt(example) [ tt(-flags) ] [ var(args) ... ])(
Displays the flags and arguments it is invoked with.
)
enditem()
The purpose of the module is to serve as an example of how to write a
module.