about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-03-13 17:39:57 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-03-13 17:39:57 -0700
commit6133cfa52486859b0e2274cc372b39d083fbac5a (patch)
tree3bb34a006bf559d4a020cbd4bdfa21ec6607005e
parentb68405fe319c1300cc44425d8df5ebd6e3ee6ab4 (diff)
downloadteliva-6133cfa52486859b0e2274cc372b39d083fbac5a.tar.gz
drop docs for 2 functions removed from Lua
-rw-r--r--doc/manual.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 1b58c4c..1c9399c 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -3962,20 +3962,6 @@ this value is exactly <code>t2</code><em>-</em><code>t1</code>.
 
 
 <p>
-<hr><h3><a name="pdf-os.execute"><code>os.execute ([command])</code></a></h3>
-
-
-<p>
-This function is equivalent to the C&nbsp;function <code>system</code>.
-It passes <code>command</code> to be executed by an operating system shell.
-It returns a status code, which is system-dependent.
-If <code>command</code> is absent, then it returns nonzero if a shell is available
-and zero otherwise.
-
-
-
-
-<p>
 <hr><h3><a name="pdf-os.exit"><code>os.exit ([code])</code></a></h3>
 
 
@@ -3989,17 +3975,6 @@ The default value for <code>code</code> is the success code.
 
 
 <p>
-<hr><h3><a name="pdf-os.getenv"><code>os.getenv (varname)</code></a></h3>
-
-
-<p>
-Returns the value of the process environment variable <code>varname</code>,
-or <b>nil</b> if the variable is not defined.
-
-
-
-
-<p>
 <hr><h3><a name="pdf-os.remove"><code>os.remove (filename)</code></a></h3>