about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/builtins.yo4
-rw-r--r--Doc/Zsh/expn.yo2
-rw-r--r--Doc/Zsh/roadmap.yo1
4 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 26e628736..a5be39298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-02-02  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* unposted: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo,
+	Doc/Zsh/roadmap.yo: tweak index markers and related whitespace
+	to make appearance consistent with other pages
+
 	* 32341: Src/init.c: guess at best ZLE_RPROMPT_INDENT based on
 	termcap/terminfo description
 
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index ea2f68d10..3c2d5e504 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -3,8 +3,6 @@ chapter(Shell Builtin Commands)
 ifzman(\
 sect(Shell Builtin Commands)
 )\
-cindex(builtin commands)
-cindex(commands, builtin)
 def(prefix)(1)(\
 item(tt(ARG1) var(simple command))(
 See noderef(Precommand Modifiers).
@@ -29,6 +27,8 @@ ifnzman(noderef(Zle Builtins)).
 )\
 )\
 
+cindex(builtin commands)
+cindex(commands, builtin)
 Some shell builtin commands take options as described in individual
 entries; these are often referred to in the list below as `tt(flags)' to
 avoid confusion with shell options, which may also have an effect on the
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 8bbe7800b..6459c6ff7 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1,7 +1,7 @@
 texinode(Expansion)(Parameters)(Prompt Expansion)(Top)
 chapter(Expansion)
-cindex(expansion)
 ifnztexi(sect(Description))
+cindex(expansion)
 The following types of expansions are performed in the indicated order in
 five steps:
 
diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo
index fd87c74ab..ba598e5ea 100644
--- a/Doc/Zsh/roadmap.yo
+++ b/Doc/Zsh/roadmap.yo
@@ -1,7 +1,6 @@
 texinode(Roadmap)(Invocation)(Introduction)(Top)
 chapter(Roadmap)
 cindex(roadmap)
-
 The Zsh Manual, like the shell itself, is large and often complicated.
 This section of the manual provides some pointers to areas of the shell
 that are likely to be of particular interest to new users, and indicates