about summary refs log tree commit diff
path: root/Doc/Zsh/mod_zprof.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-20 11:24:37 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-20 11:24:37 +0000
commit5a4a786b391ac9086d86542d2780373b80aba5bf (patch)
tree1abe059ea63a4d98c83b3cd02839ec399e780a6f /Doc/Zsh/mod_zprof.yo
parent37a741d650a5d3a0f3318be382c67ccadd43eb4c (diff)
downloadzsh-5a4a786b391ac9086d86542d2780373b80aba5bf.tar.gz
zsh-5a4a786b391ac9086d86542d2780373b80aba5bf.tar.xz
zsh-5a4a786b391ac9086d86542d2780373b80aba5bf.zip
zsh-workers/9118
Diffstat (limited to 'Doc/Zsh/mod_zprof.yo')
-rw-r--r--Doc/Zsh/mod_zprof.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/mod_zprof.yo b/Doc/Zsh/mod_zprof.yo
index 17add53b8..be9d1b83e 100644
--- a/Doc/Zsh/mod_zprof.yo
+++ b/Doc/Zsh/mod_zprof.yo
@@ -1,8 +1,8 @@
-COMMENT(!MOD!
+COMMENT(!MOD!zsh/zprof
 A module allowing profiling for shell functions.
 !MOD!)
 cindex(functions, profiling)
-When loaded, the tt(zprof) module makes shell functions be
+When loaded, the tt(zsh/zprof) module makes shell functions be
 profiled. The profiling results can be obtained with the tt(zprof)
 builtin command made available by this module. There is no way to turn 
 profiling off other than unloading this module.
@@ -53,7 +53,7 @@ For the calling and the called functions, the column showing the
 number of calls to a function also show the total number of
 invocations made to the called function after a slash.
 
-As long as the tt(zprof) module is loaded, profiling will be done and
+As long as the tt(zsh/zprof) module is loaded, profiling will be done and
 multiple invocations of the tt(zprof) builtin command will show the
 times and numbers of calls since the module was loaded. With the
 tt(-c) option, the tt(zprof) builtin command will reset its internal