summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-10-25 09:26:07 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-10-25 09:26:07 +0000
commit40a8ebc4159922f82c09c7ac27814caf487a8040 (patch)
tree066860d7fc8136818f22606f3e1fcbad6f96f314 /Doc
parentusers/12100: default to a case-insensitive matcher with NO_CASE_GLOB (diff)
downloadzsh-40a8ebc4159922f82c09c7ac27814caf487a8040.tar
zsh-40a8ebc4159922f82c09c7ac27814caf487a8040.tar.gz
zsh-40a8ebc4159922f82c09c7ac27814caf487a8040.tar.bz2
zsh-40a8ebc4159922f82c09c7ac27814caf487a8040.tar.lz
zsh-40a8ebc4159922f82c09c7ac27814caf487a8040.tar.xz
zsh-40a8ebc4159922f82c09c7ac27814caf487a8040.tar.zst
zsh-40a8ebc4159922f82c09c7ac27814caf487a8040.zip
c.f. users/12109: tweak to $SECONDS doc
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 0e09335bb..01a4a7f8e 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -662,8 +662,10 @@ 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. 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) <S>)(