From a0cbef44bc0fd9daed019aa5cc51b1c263a5e5ec Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Mon, 26 Nov 2007 02:25:34 +0000 Subject: Merge of users/{12109,12110}: tweaks to $SECONDS doc. --- Doc/Zsh/params.yo | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index bcd2ae23e..394c5cd7d 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -651,8 +651,12 @@ since the assignment. Unlike other special parameters, the type of the tt(SECONDS) parameter can be changed using the tt(typeset) command. Only integer and one of the floating point types are allowed. For example, `tt(typeset -F SECONDS)' -causes the value to be reported as a floating point number. The precision -is six decimal places, although not all places may be useful. +causes the value to be reported as a floating point number. The +value is available to microsecond accuracy, although the shell may +show more or fewer digits depending on the use of tt(typeset). See +the documentation for the builtin tt(typeset) in +ifzman(zmanref(zshbuiltins))\ +ifnzman(noderef(Shell Builtin Commands)) for more details. ) vindex(SHLVL) item(tt(SHLVL) )( -- cgit 1.4.1