about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-06-16 09:33:49 +0100
committerPeter Stephenson <pws@zsh.org>2016-06-16 09:33:49 +0100
commitf497573c80eff3ee0434867e24c1a4dc67ad80ee (patch)
treef44e15b91520748248350e08a456d7d46a69e0d6
parent944ab1a7aae3fc4d8517e3c97acc4e292db1cb6a (diff)
downloadzsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.tar.gz
zsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.tar.xz
zsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.zip
unposted: fix pareentheses in man for getrusage()
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/params.yo4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c03be8c4c..b567cf6f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-16  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* unposted: Doc/Zsh/params.yo: fix parentheses for getrusage().
+
 2016-06-16  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 38684: Doc/Zsh/contrib.yo: fix format
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index b02d24efe..55930ed7b 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1401,8 +1401,8 @@ by default this does not output memory usage.  Appending
 tt(" max RSS %M") to the value of tt(TIMEFMT) causes it to output the
 value that triggered the report.  If tt(REPORTTIME) is also in use,
 at most a single report is printed for both triggers.  This feature
-requires the tt(getrusage()) system call, commonly supported by modern
-Unix-like systems.
+requires the tt(getrusage+LPAR()RPAR()) system call, commonly supported by
+modern Unix-like systems.
 )
 vindex(REPORTTIME)
 item(tt(REPORTTIME))(