Commit 21ba5628 authored by Geoff Simmons's avatar Geoff Simmons

Minor doc fix.

parent 0c4b3341
...@@ -298,7 +298,7 @@ If the optional parameter ``overwrite`` is ``true``, then if ``var`` ...@@ -298,7 +298,7 @@ If the optional parameter ``overwrite`` is ``true``, then if ``var``
is already set in the process environment (for example, due to is already set in the process environment (for example, due to
inheritance from the varnishd worker process, or after a previous inheritance from the varnishd worker process, or after a previous
invocation of ``.setenv()`` for the same variable), then its value is invocation of ``.setenv()`` for the same variable), then its value is
is changed to ``value``. If ``overwrite`` is ``false``, any previous changed to ``value``. If ``overwrite`` is ``false``, any previous
value is left unchanged (this is not an error). By default, value is left unchanged (this is not an error). By default,
``overwrite`` is ``true``. ``overwrite`` is ``true``.
......
...@@ -272,7 +272,7 @@ If the optional parameter ``overwrite`` is ``true``, then if ``var`` ...@@ -272,7 +272,7 @@ If the optional parameter ``overwrite`` is ``true``, then if ``var``
is already set in the process environment (for example, due to is already set in the process environment (for example, due to
inheritance from the varnishd worker process, or after a previous inheritance from the varnishd worker process, or after a previous
invocation of ``.setenv()`` for the same variable), then its value is invocation of ``.setenv()`` for the same variable), then its value is
is changed to ``value``. If ``overwrite`` is ``false``, any previous changed to ``value``. If ``overwrite`` is ``false``, any previous
value is left unchanged (this is not an error). By default, value is left unchanged (this is not an error). By default,
``overwrite`` is ``true``. ``overwrite`` is ``true``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment