diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.html | 25 |
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 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> |