Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zshall manpage
- X-seq: zsh-workers 44364
- From: Jim <linux.tech.guy@xxxxxxxxx>
- To: devs <zsh-workers@xxxxxxx>
- Subject: zshall manpage
- Date: Mon, 27 May 2019 06:25:56 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:from:date:message-id:subject:to; bh=kJpNZ8bTbEW9lQd9ihYMAwER17wLwCK7OEkXA6i5GAA=; b=liTSW+DZD6/3JosF4RDbrKCKpAZSxx0f52XPpmmAEzyXY4l8+Nqa14Q8OKhio2OLvG j6VSWlgd3hbnx2qu5rznpZqeslLPsjfs7GYwOAsUGXJW5fcW6sWM9R6Tb84Ulf/rIx2k WU6VnlliQYK8dzP0oyCdE8P1OpoyFX1G7t/XWWz2FSO027ZrZrvIhWOibdx/guziPbCk K+hJr6tyTxRQoF9/Hc2w7tD47bpzbgX6brN2ZmvnSnLAy3lkzT2xNEfByW5f7U8K+qMs 0hQNqnlopG4d9NjbTAfdXI7S63ij8TCDGipWmsNoPa6la85VBhdnwLOMexDQ3czH7X7v f+TA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Reply-to: linuxtechguy@xxxxxxxxx
Hi devs,
Both zsh.1 and zshall.1 start with the following line:
¨Because zsh contains many features, the zsh manual has been split into
a number of sections¨
Then zsh.1 goes on to list:
zsh Zsh overview (this section)
zshroadmap Informal introduction to the manual
...
zshcontrib Additional zsh functions and utilities
zshall Meta-man page containing all of the above
Note: list item, zshall states ¨contains all of the above¨.
zshall.1 adds the following line before the list is given:
¨This manual page includes all the separate manual
pages in the following order:¨
Then zshall.1 goes on to repeat the list of man pages,
minus ¨zsh¨ and ¨zshall¨.
Question. Shouldn´t zshall.1 include ¨zsh¨ in the list of sections?
AFAICT ¨zsh¨ is included in zshall.1.
If you agree that it should the following patch would add it to the
list.
diff --git a/Doc/Zsh/intro.yo b/Doc/Zsh/intro.yo
--- a/Doc/Zsh/intro.yo
+++ b/Doc/Zsh/intro.yo
@@ -15,6 +15,9 @@ startlist()
index a7a2f3248..75d25ce27 100644
ifzshone(\
list(em(zsh) Zsh overview (this section))
)\
+ifzshall(\
+list(em(zsh) Zsh overview)
+)\
list(em(zshroadmap) Informal introduction to the manual)
list(em(zshmisc) Anything not fitting into the other sections)
list(em(zshexpn) Zsh command and parameter expansion)
Hope there aren´t any typos in the above patch as I am not currently
on a system I could copy and paste.
Appreciate your time, thanks,
Jim Murphy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author