From 78a499e8bbd562ea686a8dc5171c00b718794f63 Mon Sep 17 00:00:00 2001 From: denv-docs-bot Date: Mon, 15 Jan 2024 17:33:51 +0000 Subject: [PATCH] Auto Man Page Update from found another typo in denv-config manual --- man/man1/denv-config.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man1/denv-config.1 b/man/man1/denv-config.1 index 2a0053b..10258b4 100644 --- a/man/man1/denv-config.1 +++ b/man/man1/denv-config.1 @@ -134,8 +134,8 @@ be copied from the environment. \f[B]copy\f[R] configure which environment variables to copy into the denv at runtime. Each of the space-separated arguments to this command are treated -separated and are interpreted as a \f[B]VAR* with an optional \f[R]VAL** -distinguished by a `=' character. +separated and are interpreted as a \f[B]VAR\f[R] with an optional +\f[B]VAL\f[R] distinguished by a `=' character. .IP \[bu] 2 \f[B]\f[CB]VAR\f[B]\f[R] environment variable name either in the host environment that should be copied into the denv (if no value is @@ -150,7 +150,7 @@ These values cannot have the special characters: space \[aq] \[aq], tick \[aq]\[ga]\[aq], quote \[aq]\[dq]\[aq], or dollar-sign \[aq]$\[aq]. Providing a value for a specific environment variable means that variable does not need to exist in the host environment. -Moreover, providing a values takes precedence: if a value is provided, +Moreover, providing a value takes precedence: if a value is provided, the denv will receive that value, ignoring any value that may exist in the environment (even if \f[B]all\f[R] is toggled to on and all environment variables are being copied).