From e542fe1f0b69e92061bc8000414506c282a31451 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 13 Oct 2018 19:38:43 +0000 Subject: removed man pages --- tapsets/API-env-var_html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tapsets/API-env-var_html') diff --git a/tapsets/API-env-var_html b/tapsets/API-env-var_html index cb327b0b..c501fbe0 100644 --- a/tapsets/API-env-var_html +++ b/tapsets/API-env-var_html @@ -1,10 +1,10 @@ -function::env_var

Name

function::env_var — +function::env_var

Name

function::env_var — Fetch environment variable from current process

Synopsis

     env_var:string(name:string)
-

Arguments

name

+

Arguments

name

Name of the environment variable to fetch -

Description

+

Description

Returns the contents of the specified environment value for the current process. If the variable isn't set an empty string is returned. -- cgit