diff options
| author | Peter Stephenson <pws@zsh.org> | 2016-06-16 09:33:49 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2016-06-16 09:33:49 +0100 |
| commit | f497573c80eff3ee0434867e24c1a4dc67ad80ee (patch) | |
| tree | f44e15b91520748248350e08a456d7d46a69e0d6 | |
| parent | 38684: fix format in contrib.yo (diff) | |
| download | zsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.tar zsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.tar.gz zsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.tar.bz2 zsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.tar.lz zsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.tar.xz zsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.tar.zst zsh-f497573c80eff3ee0434867e24c1a4dc67ad80ee.zip | |
unposted: fix pareentheses in man for getrusage()
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Doc/Zsh/params.yo | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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))( |
