diff options
author | Han Pingtian <hanpt@linux.vnet.ibm.com> | 2015-03-23 18:18:50 +0800 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-03-25 19:29:59 +0000 |
commit | ddf96cf933a67913d64b9cfe196c870481452539 (patch) | |
tree | b3b84a10121a3339c48b7a805b88dd449b4d5798 /Doc/Zsh/params.yo | |
parent | a22cb7cad26ef1e395a1165dc77c647c2c00b789 (diff) | |
download | zsh-ddf96cf933a67913d64b9cfe196c870481452539.tar.gz zsh-ddf96cf933a67913d64b9cfe196c870481452539.tar.xz zsh-ddf96cf933a67913d64b9cfe196c870481452539.zip |
34769: incorrect doc of process time calculation
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r-- | Doc/Zsh/params.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 2f789209e..9d06b6af6 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -1445,7 +1445,7 @@ sitem(tt(%U))(CPU seconds spent in user mode.) sitem(tt(%S))(CPU seconds spent in kernel mode.) sitem(tt(%E))(Elapsed time in seconds.) sitem(tt(%P))(The CPU percentage, computed as -(100*tt(%U)PLUS()tt(%S))/tt(%E).) +100*(tt(%U)PLUS()tt(%S))/tt(%E).) sitem(tt(%W))(Number of times the process was swapped.) sitem(tt(%X))(The average amount in (shared) text space used in kilobytes.) sitem(tt(%D))(The average amount in (unshared) data/stack space used in |