about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2005-05-10 12:33:06 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2005-05-10 12:33:06 +0000
commit396ae4675744aaab998e7f1b6d80de44e030fa7f (patch)
tree21956970be9b06a271e1d6efe37a3f022dee6277
parentcb06c06315086ede1ecd83b29bce5cf8958b1e40 (diff)
downloadzsh-396ae4675744aaab998e7f1b6d80de44e030fa7f.tar.gz
zsh-396ae4675744aaab998e7f1b6d80de44e030fa7f.tar.xz
zsh-396ae4675744aaab998e7f1b6d80de44e030fa7f.zip
21248: avoid use of subsection within list because it causes makeinfo
to produce broken docbook XML
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/mod_socket.yo4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e2024e9ae..50c001974 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
diff --git a/Doc/Zsh/mod_socket.yo b/Doc/Zsh/mod_socket.yo
index d0ffc23cf..332c551fe 100644
--- a/Doc/Zsh/mod_socket.yo
+++ b/Doc/Zsh/mod_socket.yo
@@ -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()