Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] seealso.yo - zsh.1 - section SEE ALSO missing man pages



Hi,

The OVERVIEW for zsh.1 lists 17 zsh man pages, yet the section
SEE ALSO only lists 10 zsh man pages. I assume this is an oversight.
Hopefully I assumed correctly and the included patch is correct and
useful.

Sincerely,

Jim


diff --git a/Doc/Zsh/seealso.yo b/Doc/Zsh/seealso.yo
index 73c7fa673..7a78c481b 100644
--- a/Doc/Zsh/seealso.yo
+++ b/Doc/Zsh/seealso.yo
@@ -8,15 +8,21 @@ manref(bash)(1),
 manref(ksh)(1)\
 ifzshone(\
 ,
+zmanref(zshall),
 zmanref(zshbuiltins),
+zmanref(zshcalsys),
 zmanref(zshcompwid),
 zmanref(zshcompsys),
 zmanref(zshcompctl),
+zmanref(zshcontrib),
 zmanref(zshexpn),
 zmanref(zshmisc),
 zmanref(zshmodules),
 zmanref(zshoptions),
 zmanref(zshparam),
+zmanref(zshroadmap),
+zmanref(zshtcpsys),
+zmanref(zshzftpsys),
 zmanref(zshzle)\
 )\


Messages sorted by: Reverse Date, Date, Thread, Author