about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-10-25 09:33:01 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-10-25 09:33:01 +0000
commitbd24a0c2db4482a4efa2edd5815ff7edf880bfd0 (patch)
tree8f5724b1e708b79ff791ab1d284561adb312ea97 /Doc
parent40a8ebc4159922f82c09c7ac27814caf487a8040 (diff)
downloadzsh-bd24a0c2db4482a4efa2edd5815ff7edf880bfd0.tar.gz
zsh-bd24a0c2db4482a4efa2edd5815ff7edf880bfd0.tar.xz
zsh-bd24a0c2db4482a4efa2edd5815ff7edf880bfd0.zip
c.f. users/12110: another tweak to $SECONDS doc
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 01a4a7f8e..0094ee080 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -662,7 +662,9 @@ 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.  See
+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.