1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-02-24 11:51:19 +01:00

c.f. users/12109: tweak to $SECONDS doc

This commit is contained in:
Peter Stephenson 2007-10-25 09:26:07 +00:00
parent abdf734483
commit 40a8ebc415
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2007-10-25 Peter Stephenson <pws@csr.com>
* c.f. users/12109: Doc/Zsh/params.yo: tweak to SECONDS
documentation for clarity.
* users/12100: Completion/Unix/Type/_path_files,
Doc/Zsh/compsys.yo: with NO_CASE_GLOB, use a case-insensitive
matcher if none is in effect.

View file

@ -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>)(