about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2010-08-21 09:35:49 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2010-08-21 09:35:49 +0000
commita7551af424572610e9d2cb68337487a9c4fa6ae9 (patch)
treebd578d5205953d274df6d9e741d326e2317a6baa
parente379f0d02b63c2c9c0a35b6c1a05649a12328a65 (diff)
downloadzsh-a7551af424572610e9d2cb68337487a9c4fa6ae9.tar.gz
zsh-a7551af424572610e9d2cb68337487a9c4fa6ae9.tar.xz
zsh-a7551af424572610e9d2cb68337487a9c4fa6ae9.zip
Mikael Magnusson: 28181: Remove a stray `)' that caused a ".RE" string to be output
-rw-r--r--ChangeLog7
-rw-r--r--Doc/Zsh/mod_zprof.yo2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f171431d8..ad8e07c3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-21  Frank Terbeck  <ft@bewatermyfriend.org>
+
+	* Mikael Magnusson: 28181: Doc/Zsh/mod_zprof.yo: Remove a
+	stray `)' that caused a ".RE" string to be output
+
 2010-08-19  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Completion/Unix/Command/_todo.sh: more commands.
@@ -13539,5 +13544,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5059 $
+* $Revision: 1.5060 $
 *****************************************************
diff --git a/Doc/Zsh/mod_zprof.yo b/Doc/Zsh/mod_zprof.yo
index cab66dee4..2ce68b314 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