summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/metafaq.yo4
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5258df4b..723813aa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-08-08 Peter Stephenson <pws@csr.com>
+ * 17518: Doc/Zsh/metafaq.yo: mention www.zshwiki.org (from Bruno
+ Bonfils in users/5210).
+
* 17517: Src/jobs.c: Another memory leak was showing up with the
pwd field of the job structure, this attempts to rationalise it.
diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo
index 34b994efa..49954fbac 100644
--- a/Doc/Zsh/metafaq.yo
+++ b/Doc/Zsh/metafaq.yo
@@ -161,3 +161,7 @@ cabbalistic, hierographic, or downright mystifying (for example, the word
tt(http://zsh.sunsite.dk/Guide/). At the time of writing, chapters
dealing with startup files and their contents and the new completion system
were essentially complete.
+sect(The Zsh Wiki)
+A `wiki' website for zsh has been created at tt(http://www.zshwiki.org/).
+This is a site which can be added to and modified directly by users without
+any special permission. You can add your own zsh tips and configurations.