Files
RedBear-OS/recipes/shells/zsh/source/Doc/zsh.yo
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

95 lines
2.6 KiB
Plaintext

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()
NOTRANS(@contents)
)\
ifnzman(includefile(Zsh/manual.yo))
includefile(Zsh/intro.yo)
ifnzman(includefile(Zsh/roadmap.yo))
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))
ifnzman(includefile(Zsh/compwid.yo))
ifnzman(includefile(Zsh/compsys.yo))
ifnzman(includefile(Zsh/compctl.yo))
ifnzman(includefile(Zsh/modules.yo))
ifnzman(includefile(Zsh/calsys.yo))
ifnzman(includefile(Zsh/tcpsys.yo))
ifnzman(includefile(Zsh/zftpsys.yo))
ifnzman(includefile(Zsh/contrib.yo))
ifzshall(\
def(source)(1)(NOTRANS(.so )man1/ARG1+NOTRANS(.)1)\
CMT()
source(zshroadmap)
source(zshmisc)
source(zshexpn)
source(zshparam)
source(zshoptions)
source(zshbuiltins)
source(zshzle)
source(zshcompwid)
source(zshcompsys)
source(zshcompctl)
source(zshmodules)
source(zshcalsys)
source(zshtcpsys)
source(zshzftpsys)
source(zshcontrib)
manpage(ZSHALL)(1)(date())(zsh version())
)\
ifzman(includefile(Zsh/filelist.yo))
ifzman(includefile(Zsh/seealso.yo))
ifnzman(includefile(Zsh/index.yo))