From 6be32c89c5b52f4a07fe9694bc4f899be1389d17 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 10 Dec 2010 21:01:38 +0000 Subject: [PATCH] Rephrase a confusing sentence. --- tmux.1 | 6 +++--- 1 file 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