about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/mod_system.yo1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7008c9f83..464c8846d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-22  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 33763 (cf. Baptiste Daroussin 33747): Doc/Zsh/mod_system.yo:
+	fix nested item list in generated zshmodules.1 man page.
+
 2014-11-21  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 33750: Src/text.c: handle function autoloads for DEBUG_BEFORE_CMD
diff --git a/Doc/Zsh/mod_system.yo b/Doc/Zsh/mod_system.yo
index dce07175f..d6b3765ff 100644
--- a/Doc/Zsh/mod_system.yo
+++ b/Doc/Zsh/mod_system.yo
@@ -178,6 +178,7 @@ used.
 vindex(sysparams)
 item(tt(sysparams))(
 A readonly associative array.  The keys are:
+
 startitem()
 item(tt(pid))(
 Returns the process ID of the current process, even in subshells.  Compare