summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/guide.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-29 22:54:26 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-29 22:54:26 +0000
commitce102e65de28d4f77f9d8c58721c75ab7923ce08 (patch)
tree003b835d988d81d0d4943f4e28793e22aed3702e /Doc/Zsh/guide.yo
parentzsh-workers/8094 (diff)
downloadzsh-ce102e65de28d4f77f9d8c58721c75ab7923ce08.tar
zsh-ce102e65de28d4f77f9d8c58721c75ab7923ce08.tar.gz
zsh-ce102e65de28d4f77f9d8c58721c75ab7923ce08.tar.bz2
zsh-ce102e65de28d4f77f9d8c58721c75ab7923ce08.tar.lz
zsh-ce102e65de28d4f77f9d8c58721c75ab7923ce08.tar.xz
zsh-ce102e65de28d4f77f9d8c58721c75ab7923ce08.tar.zst
zsh-ce102e65de28d4f77f9d8c58721c75ab7923ce08.zip
zsh-workers/8097
Diffstat (limited to 'Doc/Zsh/guide.yo')
-rw-r--r--Doc/Zsh/guide.yo20
1 files changed, 10 insertions, 10 deletions
diff --git a/Doc/Zsh/guide.yo b/Doc/Zsh/guide.yo
index c9f97fad9..c4691b89d 100644
--- a/Doc/Zsh/guide.yo
+++ b/Doc/Zsh/guide.yo
@@ -1,6 +1,6 @@
texiifinfo(\
-texinode(Top)(The Z Shell Guide)((dir))((dir))
-texitop(The Z Shell Guide)
+texinode(Top)(The Z Shell Manual)((dir))((dir))
+texitop(The Z Shell Manual)
This Info file documents Zsh, a freely available UNIX command interpreter
(shell), which of the standard shells most closely resembles the Korn shell
(ksh), although it is not completely compatible.
@@ -9,7 +9,7 @@ Version version(), last updated date().
)\
startmenu()
-menu(The Z Shell Guide)
+menu(The Z Shell Manual)
menu(Introduction)
menu(Invocation)
menu(Files)
@@ -131,26 +131,26 @@ menu(The stat Module)
menu(The zftp Module)
menu(The zle Module)
endmenu()
-texinode(The Z Shell Guide)(Introduction)(Top)(Top)
-chapter(The Z Shell Guide)
+texinode(The Z Shell Manual)(Introduction)(Top)(Top)
+chapter(The Z Shell Manual)
This document has been produced from the texinfo file tt(zsh.texi),
included in the tt(Doc) sub-directory of the Zsh distribution.
sect(Producing documentation from zsh.texi)
The texinfo source may be converted into several formats:
startitem()
-item(The Info guide)(
+item(The Info manual)(
The Info format allows searching for topics, commands, functions, etc.
from the many Indices. The command `tt(makeinfo zsh.texi)' is used to
produce the Info documentation.
)
-item(The printed guide)(
+item(The printed manual)(
The command `tt(texi2dvi zsh.texi)' will output tt(zsh.dvi) which can
then be processed with bf(dvips) and optionally bf(gs) (Ghostscript) to
-produce a nicely formatted printed guide.
+produce a nicely formatted printed manual.
)
-item(The HTML guide)(
-An HTML version of this guide is available at the Zsh web site via:
+item(The HTML manual)(
+An HTML version of this manual is available at the Zsh web site via:
tt(http://sunsite.auc.dk/zsh/Doc/index.html).