Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Remove a stray ) that caused .RE to be output somehow
- X-seq: zsh-workers 28181
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: Remove a stray ) that caused .RE to be output somehow
- Date: Sat, 21 Aug 2010 11:14:38 +0200
- Cc: Mikael Magnusson <mikachu@xxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
From: Mikael Magnusson <mikachu@xxxxxxxxx>
---
Doc/Zsh/mod_zprof.yo | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/Zsh/mod_zprof.yo b/Doc/Zsh/mod_zprof.yo
index cab66de..2ce68b3 100644
--- a/Doc/Zsh/mod_zprof.yo
+++ b/Doc/Zsh/mod_zprof.yo
@@ -19,7 +19,7 @@ at least once. This summary is sorted in decreasing order of the
amount of time spent in each. The lines contain
the number of the function in order, which is used in
other parts of the list in suffixes of the form
-`tt([)var(num)tt(])'), then the number of calls made to the function.
+`tt([)var(num)tt(])', then the number of calls made to the function.
The next three columns list the time in
milliseconds spent in the function and its descendants, the average
time in milliseconds spent in the function and its descendants per
--
1.7.2.rc2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author