diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/roadmap.yo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 6ecf6ce64..4d1630f00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-21 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Spotted by Mikael Magnusson, 21905: Doc/Zsh/roadmap.yo: typos. + 2005-10-21 Clint Adams <clint@zsh.org> * 21902: Completion/Unix/Command/_xmlsoft: update for diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo index ad4c679e1..8624e8339 100644 --- a/Doc/Zsh/roadmap.yo +++ b/Doc/Zsh/roadmap.yo @@ -5,7 +5,7 @@ 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 -where in the rest of the manual the documentation is to found. +where in the rest of the manual the documentation is to be found. sect(When the shell starts) @@ -38,7 +38,7 @@ is supplied for completions with many commonly used commands. Note that the new completion system referred to as tt(compsys) is preferred over the older tt(compctl) system. The completion system must be enabled explicitly when the shell starts. For more information see -ifzman(zmanref(zshcompssy))\ +ifzman(zmanref(zshcompsys))\ ifnzman(noderef(Completion System)). Apart from completion, the line editor is highly extensible by means of |