mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-17 12:41:14 +02:00
19354: Fix manual section names which upset Docbook
This commit is contained in:
parent
dd08cd6ff8
commit
b08b7a117a
2 changed files with 5 additions and 4 deletions
|
@ -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) \
|
||||
|
|
|
@ -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(\
|
||||
|
|
Loading…
Reference in a new issue