summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-12-10 21:01:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-12-10 21:01:38 +0000
commit6be32c89c5b52f4a07fe9694bc4f899be1389d17 (patch)
treead66d7fd4dc2ec49fd9db6a2ae67ade04bd6dbf2 /tmux.1
parent1f185235651107efe3d32e1d002ad38619f81bd5 (diff)
Rephrase a confusing sentence.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 8ce1cce9..28f71d83 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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