diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-19 13:56:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-19 13:56:25 +0000 |
commit | c4e03794081621b260d9a5dbd80d7240d4788d3f (patch) | |
tree | b463540237cbe629a5484946ccd3fc64001b6f4c | |
parent | 6ce73cf6f5b20598af72a492ea2e0736f880d869 (diff) | |
download | zsh-c4e03794081621b260d9a5dbd80d7240d4788d3f.tar.gz zsh-c4e03794081621b260d9a5dbd80d7240d4788d3f.tar.xz zsh-c4e03794081621b260d9a5dbd80d7240d4788d3f.zip |
12313: bad phrasing in metafaq
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/metafaq.yo | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 756af9438..2d1cdd01a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-07-19 Peter Stephenson <pws@cambridgesiliconradio.com> + * 12313: Doc/Zsh/metafaq.yo: bad phrasing corrected. + * 12308: Completion/User/_man: Andrej and pws: cope with systems where manual pages just have bare .Z and no number; don't be too clever about suffix until we try to strip it. diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo index 28cf0daa3..b646645c2 100644 --- a/Doc/Zsh/metafaq.yo +++ b/Doc/Zsh/metafaq.yo @@ -156,6 +156,6 @@ A userguide is currently in preparation. It is intended to complement the manual, with explanations and hints on issues where the manual can be cabbalistic, hierographic, or downright mystifying (for example, the word `hierographic' does not exist). It can be viewed in its current state at -tt(http://sunsite.auc.dk/zsh/Guide/). As of this writing, chapters dealing -with startup files and their contents and the new completion system are -essentially complete. +tt(http://sunsite.auc.dk/zsh/Guide/). At the time of writing, chapters +dealing with startup files and their contents and the new completion system +were essentially complete. |