mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-06 09:41:07 +01:00
unposted: fix pareentheses in man for getrusage()
This commit is contained in:
parent
944ab1a7aa
commit
f497573c80
2 changed files with 6 additions and 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
|
||||
|
|
|
|||
|
|
@ -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))(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue