about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-02-02 14:16:01 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2014-02-02 14:16:01 -0800
commit36ce87d367b245aae18ee4a25f4d1ded4705b611 (patch)
tree8d59e66bdb36734e7b4a9e944736b198aff74062 /Doc
parent71b235bfa7dccc3b5b12433a9d41127a137df757 (diff)
downloadzsh-36ce87d367b245aae18ee4a25f4d1ded4705b611.tar.gz
zsh-36ce87d367b245aae18ee4a25f4d1ded4705b611.tar.xz
zsh-36ce87d367b245aae18ee4a25f4d1ded4705b611.zip
Minor indexing changes to generate more consistent page layouts
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/builtins.yo4
-rw-r--r--Doc/Zsh/expn.yo2
-rw-r--r--Doc/Zsh/roadmap.yo1
3 files changed, 3 insertions, 4 deletions
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