mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
26202: show zshmodules(1) for echotc, echoti, sched, zprof, zpty, zsocket, zstyle, and ztcp builtins as well.
This commit is contained in:
parent
c1613695c7
commit
80bb48a400
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-12-30 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 26202: Functions/Misc/run-help: show zshmodules(1) for echotc,
|
||||
echoti, sched, zprof, zpty, zsocket, zstyle, and ztcp builtins
|
||||
as well.
|
||||
|
||||
2008-12-29 Geoff Wing <gcw@zsh.org>
|
||||
|
||||
* unposted: Test/C04funcdef.ztst, Test/C05debug.ztst,
|
||||
|
|
|
@ -76,7 +76,7 @@ do
|
|||
(clone) ;&
|
||||
(ln|mkdir|mv|rm|rmdir|sync) ;&
|
||||
(sched) ;&
|
||||
(stat) man zshmodules;;
|
||||
(echotc|echoti|sched|stat|zprof|zpty|zsocket|zstyle|ztcp) man zshmodules;;
|
||||
(zftp) man zshftpsys;;
|
||||
(*) man zshbuiltins;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue