summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2010-12-10 21:01:39 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2010-12-10 21:01:39 +0000
commitb52be9cf76d4cfd3425da50a3b54d42d01276e49 (patch)
treec37c5d3771cb2f41cdae5f7e0e4a320be4f6e882
parent64938feff0095451052f1f5efef2efe89ffbd395 (diff)
Rephrase a confusing sentence.
-rw-r--r--usr.bin/tmux/tmux.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 7a6fb873668..01a37f4ffff 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.192 2010/12/06 22:51:02 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.193 2010/12/10 21:01:38 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 6 2010 $
+.Dd $Mdocdate: December 10 2010 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -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