From 5f83fb658206d195e54d3574b989ce5285a5b18f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 18 Nov 2019 14:54:06 -0300 Subject: Details --- manual/manual.of | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manual') diff --git a/manual/manual.of b/manual/manual.of index 7b5b9385..61d4afac 100644 --- a/manual/manual.of +++ b/manual/manual.of @@ -8237,7 +8237,8 @@ This library is implemented through table @defid{os}. @LibEntry{os.clock ()| Returns an approximation of the amount in seconds of CPU time -used by the program. +used by the program, +as returned by the underlying @ANSI{clock}. } @@ -8336,7 +8337,7 @@ closes the Lua state before exiting. @LibEntry{os.getenv (varname)| -Returns the value of the process environment variable @id{varname}, +Returns the value of the process environment variable @id{varname} or @fail if the variable is not defined. } -- cgit v1.2.3-55-g6feb