diff options
-rw-r--r-- | Doc/Zsh/compctl.yo | 7 | ||||
-rw-r--r-- | Doc/Zsh/intro.yo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Doc/Zsh/compctl.yo b/Doc/Zsh/compctl.yo index 57ccc17bd..55d861b5b 100644 --- a/Doc/Zsh/compctl.yo +++ b/Doc/Zsh/compctl.yo @@ -3,7 +3,8 @@ chapter(Completion Using compctl) cindex(completion, programmable) cindex(completion, controlling) ifzman(\ -sect(Synopsis) +sect(Description) +findex(compctl) This version of zsh has two ways of performing completion of words on the command line. New users of the shell may prefer to use the newer and more powerful system based on shell functions; this is described in @@ -19,9 +20,9 @@ and more powerful system based on shell functions; this is described in noderef(Completion System), and the basic shell mechanisms which support it are described in noderef(Completion Widgets). This chapter describes the older tt(compctl) command. -)\ -findex(compctl) sect(Description) +findex(compctl) +)\ startlist() list(tt(compctl) [ tt(-CDT) ] var(options) [ var(command) ... ]) list(tt(compctl) [ tt(-CDT) ] var(options) \ diff --git a/Doc/Zsh/intro.yo b/Doc/Zsh/intro.yo index c2244a622..be2bd6acf 100644 --- a/Doc/Zsh/intro.yo +++ b/Doc/Zsh/intro.yo @@ -2,7 +2,7 @@ texinode(Introduction)(Invocation)(The Z Shell Manual)(Top) chapter(Introduction) cindex(introduction) ifzman(\ -sect(Synopsis) +sect(Overview) Because zsh contains many features, the zsh manual has been split into a number of section+CHAR(s)\ ifzshall(\ |