diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | Doc/Zsh/manual.yo | 1 | ||||
-rw-r--r-- | Doc/Zsh/metafaq.yo | 1 | ||||
-rw-r--r-- | Doc/Zsh/seealso.yo | 2 |
4 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index cc0a390cd..345216be8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-15 Peter Stephenson <pws@cambridgesiliconradio.com> + + * 11362: Doc/Zsh/manual.yo, Doc/Zsh/metafaq.yo, Doc/Zsh/seealso.yo: + pointers and menu entries for userguide wrong. + 2000-05-15 Sven Wischnowsky <wischnow@zsh.org> * 11360: Src/Modules/zutil.c: zparseopts should detect if it is @@ -10,11 +15,11 @@ 2000-05-14 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> - * Src/builtin.c: make integer builtin understand `-i base'. + * 11352: Src/builtin.c: make integer builtin understand `-i base'. - * Completion/Base/_jobs: typo in suspended jobs. + * 11352: Completion/Base/_jobs: typo in suspended jobs. - * Doc/Zsh/*: various changes of phrasing. + * 11352: Doc/Zsh/*: various changes of phrasing. 2000-05-12 Sven Wischnowsky <wischnow@zsh.org> diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo index e6b098024..d073c087d 100644 --- a/Doc/Zsh/manual.yo +++ b/Doc/Zsh/manual.yo @@ -52,6 +52,7 @@ menu(Availability) menu(Mailing Lists) menu(The Zsh FAQ) menu(The Zsh Web Page) +menu(The Zsh Userguide) menu(See Also) Shell Grammar diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo index 65d4f366b..de1e2bde7 100644 --- a/Doc/Zsh/metafaq.yo +++ b/Doc/Zsh/metafaq.yo @@ -4,6 +4,7 @@ menu(Availability) menu(Mailing Lists) menu(The Zsh FAQ) menu(The Zsh Web Page) +menu(The Zsh Userguide) menu(See Also) endmenu() texinode(Author)(Availability)()(Introduction) diff --git a/Doc/Zsh/seealso.yo b/Doc/Zsh/seealso.yo index 3c7e8910f..73c7fa673 100644 --- a/Doc/Zsh/seealso.yo +++ b/Doc/Zsh/seealso.yo @@ -1,4 +1,4 @@ -texinode(See Also)()(The Zsh Web Page)(Introduction) +texinode(See Also)()(The Zsh Userguide)(Introduction) sect(See Also) manref(sh)(1), manref(csh)(1), |