summaryrefslogtreecommitdiffstats
path: root/tapsets/API-env-var.html
diff options
authorlberk <lberk>2013-03-14 19:36:07 +0000
committerlberk <lberk>2013-03-14 19:36:07 +0000
commitb6fe23474f05930bbc1b98ff060873d474ba75f8 (patch)
treea6454bcb8fb5c1c5723689a945010c238b0ece42 /tapsets/API-env-var.html
parentadded new man pages (diff)
removed man pages
Diffstat (limited to 'tapsets/API-env-var.html')
-rw-r--r--tapsets/API-env-var.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-env-var.html b/tapsets/API-env-var.html
index 42b86526..8451f0be 100644
--- a/tapsets/API-env-var.html
+++ b/tapsets/API-env-var.html
@@ -2,9 +2,9 @@
2 Fetch environment variable from current process 2 Fetch environment variable from current process
3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
4 env_var:string(name:string) 4 env_var:string(name:string)
5</pre></div><div class="refsect1" title="Arguments"><a name="idp4830112"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1" title="Arguments"><a name="idp4834640"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p>
6 Name of the environment variable to fetch 6 Name of the environment variable to fetch
7 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp4833168"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp4837696"></a><h2>Description</h2><p>
8 Returns the contents of the specified environment value 8 Returns the contents of the specified environment value
9 for the current process. If the variable isn't set an empty string 9 for the current process. If the variable isn't set an empty string
10 is returned. 10 is returned.