Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Man Page Update #78

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions man/man1/denv-config.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Expand Down