environment: update docs for with-os-env.

db4
John Benediktsson 2014-04-22 08:08:32 -07:00
parent 3dae660d42
commit 33cc184614
1 changed files with 5 additions and 1 deletions

View File

@ -81,7 +81,11 @@ HELP: unset-os-env
"Names and values of environment variables are operating system-specific."
} ;
{ os-env os-envs set-os-env unset-os-env set-os-envs set-os-envs-pointer change-os-env } related-words
HELP: with-os-env
{ $values { "value" string } { "key" string } { "quot" "quotation" } }
{ $description "Calls a quotation with the " { $snippet "key" } " environment variable set to " { $snippet "value" } ", resetting the environment variable afterwards to its previous value." } ;
{ os-env os-envs set-os-env unset-os-env set-os-envs set-os-envs-pointer change-os-env with-os-env } related-words
ARTICLE: "environment" "Environment variables"