mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add phrase
"so altering the argument shall change the environment." into putenv description.
This commit is contained in:
parent
5b41efdd54
commit
a7b27253d0
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ to the given
|
|||
The
|
||||
.Fn putenv
|
||||
function takes an argument of the form ``name=value'' and
|
||||
puts it directly into the current environment.
|
||||
puts it directly into the current environment,
|
||||
so altering the argument shall change the environment.
|
||||
If the variable
|
||||
.Fa name
|
||||
does not exist in the list,
|
||||
|
|
|
|||
Loading…
Reference in a new issue