diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-12-10 21:01:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-12-10 21:01:38 +0000 |
commit | 6be32c89c5b52f4a07fe9694bc4f899be1389d17 (patch) | |
tree | ad66d7fd4dc2ec49fd9db6a2ae67ade04bd6dbf2 | |
parent | 1f185235651107efe3d32e1d002ad38619f81bd5 (diff) | |
download | rtmux-6be32c89c5b52f4a07fe9694bc4f899be1389d17.tar.gz rtmux-6be32c89c5b52f4a07fe9694bc4f899be1389d17.tar.bz2 rtmux-6be32c89c5b52f4a07fe9694bc4f899be1389d17.zip |
Rephrase a confusing sentence.
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2319,9 +2319,9 @@ copies the environment into the .Em global environment ; in addition, each session has a .Em session environment . -When a window is created, the session and global environments are merged with -the session environment overriding any variable present in both. -This is the initial environment passed to the new process. +When a window is created, the session and global environments are merged. +If a variable exists in both, the value from the session environment is used. +The result is the initial environment passed to the new process. .Pp The .Ic update-environment |