mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
21248: avoid use of subsection within list because it causes makeinfo
to produce broken docbook XML
This commit is contained in:
parent
cb06c06315
commit
396ae46757
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2005-05-10 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 21248: Doc/Zsh/mod_socket.yo: avoid use of subsection within
|
||||
list because it causes makeinfo to produce broken docbook XML
|
||||
|
||||
* Haakon Riiser: 21188: Completion/X/Command/_acroread: handle
|
||||
acroread 7.x
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@ cindex(sockets, Unix domain)
|
|||
item(tt(zsocket) [ tt(-altv) ] [ tt(-d) var(fd) ] [ var(args) ])(
|
||||
tt(zsocket) is implemented as a builtin to allow full use of shell
|
||||
command line editing, file I/O, and job control mechanisms.
|
||||
)
|
||||
enditem()
|
||||
|
||||
subsect(Outbound Connections)
|
||||
cindex(sockets, outbound Unix domain)
|
||||
|
@ -62,5 +64,3 @@ it will wait for one.
|
|||
In order to elicit more verbose output, use tt(-v).
|
||||
)
|
||||
enditem()
|
||||
)
|
||||
enditem()
|
||||
|
|
Loading…
Reference in a new issue