From 6133cfa52486859b0e2274cc372b39d083fbac5a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 13 Mar 2022 17:39:57 -0700 Subject: drop docs for 2 functions removed from Lua --- doc/manual.html | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/doc/manual.html b/doc/manual.html index 1b58c4c..1c9399c 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -3961,20 +3961,6 @@ this value is exactly t2-t1. -

-


os.execute ([command])

- - -

-This function is equivalent to the C function system. -It passes command to be executed by an operating system shell. -It returns a status code, which is system-dependent. -If command is absent, then it returns nonzero if a shell is available -and zero otherwise. - - - -


os.exit ([code])

@@ -3988,17 +3974,6 @@ The default value for code is the success code. -

-


os.getenv (varname)

- - -

-Returns the value of the process environment variable varname, -or nil if the variable is not defined. - - - -


os.remove (filename)

-- cgit 1.4.1-2-gfad0