1999-12-01 11:32:58 +01:00
|
|
|
|
ifzman(\
|
|
|
|
|
IFDEF(ZSHALL)(\
|
|
|
|
|
def(ifzshone)(1)()\
|
|
|
|
|
def(ifzshall)(1)(ARG1)\
|
|
|
|
|
manpage(ZSHALL)(1)(date())(zsh version())
|
|
|
|
|
manpagename(zshall)(the Z shell meta-man page)
|
|
|
|
|
)(\
|
|
|
|
|
def(ifzshone)(1)(ARG1)\
|
|
|
|
|
def(ifzshall)(1)()\
|
|
|
|
|
manpage(ZSH)(1)(date())(zsh version())
|
|
|
|
|
manpagename(zsh)(the Z shell)
|
|
|
|
|
)\
|
|
|
|
|
)\
|
|
|
|
|
ifnzman(\
|
|
|
|
|
def(ifzshone)(1)()\
|
|
|
|
|
def(ifzshall)(1)()\
|
|
|
|
|
)\
|
|
|
|
|
ifztexi(
|
|
|
|
|
texinfo(zsh.info)(zsh)
|
|
|
|
|
NOTRANS(@iftex
|
|
|
|
|
@finalout
|
|
|
|
|
@end iftex)
|
|
|
|
|
texititlepage()
|
|
|
|
|
texititle(The Z Shell Manual)
|
|
|
|
|
texisubtitle(Version version())
|
|
|
|
|
texisubtitle(Updated date())
|
|
|
|
|
texiauthor(Original documentation by Paul Falstad)
|
|
|
|
|
texipage()
|
|
|
|
|
This is a texinfo version of the documentation for the Z Shell, originally by
|
|
|
|
|
Paul Falstad.
|
|
|
|
|
|
|
|
|
|
Permission is granted to make and distribute verbatim copies of
|
|
|
|
|
this manual provided the copyright notice and this permission notice
|
|
|
|
|
are preserved on all copies.
|
|
|
|
|
|
|
|
|
|
Permission is granted to copy and distribute modified versions of this
|
|
|
|
|
manual under the conditions for verbatim copying, provided also that the
|
|
|
|
|
entire resulting derived work is distributed under the terms of a
|
|
|
|
|
permission notice identical to this one.
|
|
|
|
|
|
|
|
|
|
Permission is granted to copy and distribute translations of this manual
|
|
|
|
|
into another language, under the above conditions for modified versions.
|
|
|
|
|
texiendtitlepage()
|
2014-06-26 15:37:11 +02:00
|
|
|
|
NOTRANS(@contents)
|
1999-12-01 11:32:58 +01:00
|
|
|
|
)\
|
|
|
|
|
ifnzman(includefile(Zsh/manual.yo))
|
|
|
|
|
includefile(Zsh/intro.yo)
|
2005-10-21 11:51:54 +02:00
|
|
|
|
ifnzman(includefile(Zsh/roadmap.yo))
|
1999-12-01 11:32:58 +01:00
|
|
|
|
includefile(Zsh/invoke.yo)
|
|
|
|
|
includefile(Zsh/files.yo)
|
|
|
|
|
ifnzman(includefile(Zsh/grammar.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/redirect.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/exec.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/func.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/jobs.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/arith.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/cond.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/prompt.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/expn.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/params.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/options.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/builtins.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/zle.yo))
|
2000-04-01 22:43:43 +02:00
|
|
|
|
ifnzman(includefile(Zsh/compwid.yo))
|
1999-12-01 11:32:58 +01:00
|
|
|
|
ifnzman(includefile(Zsh/compsys.yo))
|
2000-04-28 15:20:11 +02:00
|
|
|
|
ifnzman(includefile(Zsh/compctl.yo))
|
2000-04-01 22:43:43 +02:00
|
|
|
|
ifnzman(includefile(Zsh/modules.yo))
|
2006-12-01 11:23:06 +01:00
|
|
|
|
ifnzman(includefile(Zsh/calsys.yo))
|
2003-02-06 13:21:49 +01:00
|
|
|
|
ifnzman(includefile(Zsh/tcpsys.yo))
|
1999-12-01 11:32:58 +01:00
|
|
|
|
ifnzman(includefile(Zsh/zftpsys.yo))
|
2000-09-04 23:10:29 +02:00
|
|
|
|
ifnzman(includefile(Zsh/contrib.yo))
|
1999-12-01 11:32:58 +01:00
|
|
|
|
ifzshall(\
|
2006-03-20 12:06:22 +01:00
|
|
|
|
def(source)(1)(NOTRANS(.so )man1/ARG1+NOTRANS(.)1)\
|
1999-12-01 11:32:58 +01:00
|
|
|
|
CMT()
|
2005-10-21 11:51:54 +02:00
|
|
|
|
source(zshroadmap)
|
1999-12-01 11:32:58 +01:00
|
|
|
|
source(zshmisc)
|
|
|
|
|
source(zshexpn)
|
|
|
|
|
source(zshparam)
|
|
|
|
|
source(zshoptions)
|
|
|
|
|
source(zshbuiltins)
|
|
|
|
|
source(zshzle)
|
2000-04-01 22:43:43 +02:00
|
|
|
|
source(zshcompwid)
|
1999-12-01 11:32:58 +01:00
|
|
|
|
source(zshcompsys)
|
2000-04-28 15:20:11 +02:00
|
|
|
|
source(zshcompctl)
|
2000-04-01 22:43:43 +02:00
|
|
|
|
source(zshmodules)
|
2006-12-01 11:23:06 +01:00
|
|
|
|
source(zshcalsys)
|
2003-02-06 13:21:49 +01:00
|
|
|
|
source(zshtcpsys)
|
1999-12-01 11:32:58 +01:00
|
|
|
|
source(zshzftpsys)
|
2000-09-04 23:10:29 +02:00
|
|
|
|
source(zshcontrib)
|
1999-12-01 11:32:58 +01:00
|
|
|
|
manpage(ZSHALL)(1)(date())(zsh version())
|
|
|
|
|
)\
|
|
|
|
|
ifzman(includefile(Zsh/filelist.yo))
|
|
|
|
|
ifzman(includefile(Zsh/seealso.yo))
|
|
|
|
|
ifnzman(includefile(Zsh/index.yo))
|