diff options
| author | serhei <serhei> | 2021-11-19 16:31:03 +0000 |
|---|---|---|
| committer | serhei <serhei> | 2021-11-19 16:31:03 +0000 |
| commit | 4e6b6ad960cf9c79a814f3a09f8048ff389d866e (patch) | |
| tree | 15bec9f2679d23e3260effd22004c749ff5c8bdd /tapsets/API-env-var.html | |
| parent | add new tutorial/* (diff) | |
removed man pages
Diffstat (limited to 'tapsets/API-env-var.html')
| -rw-r--r-- | tapsets/API-env-var.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-env-var.html b/tapsets/API-env-var.html index 45075025..8423d9a3 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"><h2>Synopsis</h2><pre class="programlisting"> | 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> |
| 4 | env_var:string(name:string) | 4 | env_var:string(name:string) |
| 5 | </pre></div><div class="refsect1"><a name="idm45904827019696"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p> | 5 | </pre></div><div class="refsect1"><a name="idm45409702910640"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><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"><a name="idm45904827016640"></a><h2>Description</h2><p> | 7 | </p></dd></dl></div></div><div class="refsect1"><a name="idm45409702907584"></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. |
