From 2da0d8b52fc90ce82891ae161fe6df89111c5e5c Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 3 May 2021 15:56:55 +0000 Subject: 48767: docs: $SECONDS: Clarify what types may be set --- Doc/Zsh/params.yo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index a9044336f..dc28a45ae 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -845,8 +845,9 @@ will be the value that was assigned plus the number of seconds 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)' +be changed using the tt(typeset) command. The type may be changed only +to one of the floating point types or back to integer. For example, +`tt(typeset -F SECONDS)' 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 -- cgit 1.4.1