summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim <linux.tech.guy@gmail.com>2019-05-27 06:25:56 -0500
committerPeter Stephenson <p.stephenson@samsung.com>2019-05-28 09:35:12 +0100
commit06f5964284216bb4ebdc30c9fe77bdc1043add03 (patch)
tree68a434a85f08c639006270839fe47190529559c6
parentf702e17b14d75aa21bff014168fa9048124db286 (diff)
downloadzsh-06f5964284216bb4ebdc30c9fe77bdc1043add03.tar.gz
zsh-06f5964284216bb4ebdc30c9fe77bdc1043add03.zip
44364: refer to zsh base manual page in zsh all
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/intro.yo3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24b7737d9..d05a624d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-05-28 Peter Stephenson <p.stephenson@samsung.com>
+
+ * Jim Murphy: 44364: Doc/Zsh/intro.yo: refer to main zsh page in
+ zshall doc.
+
2019-05-23 Oliver Kiddle <okiddle@yahoo.co.uk>
* unposted: Completion/Linux/Command/_iptables: remove spurious
diff --git a/Doc/Zsh/intro.yo b/Doc/Zsh/intro.yo
index a7a2f3248..75d25ce27 100644
--- a/Doc/Zsh/intro.yo
+++ b/Doc/Zsh/intro.yo
@@ -15,6 +15,9 @@ startlist()
ifzshone(\
list(em(zsh) Zsh overview (this section))
)\
+ifzshall(\
+list(em(zsh) Zsh overview)
+)\
list(em(zshroadmap) Informal introduction to the manual)
list(em(zshmisc) Anything not fitting into the other sections)
list(em(zshexpn) Zsh command and parameter expansion)