diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-10 21:05:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-10 21:05:22 +0000 |
commit | 286fef9b4dde28186d92beaa27fae94c7cfd692c (patch) | |
tree | 7aa064715e6390c1e300a206d7ea98b6f751db79 | |
parent | 1891f1ce99ad17e79be41a205fb0f7fce30d7710 (diff) | |
download | rtmux-286fef9b4dde28186d92beaa27fae94c7cfd692c.tar.gz rtmux-286fef9b4dde28186d92beaa27fae94c7cfd692c.tar.bz2 rtmux-286fef9b4dde28186d92beaa27fae94c7cfd692c.zip |
Rephrase a confusing sentence.
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.274 2010-12-06 22:52:21 nicm Exp $ +.\" $Id: tmux.1,v 1.275 2010-12-10 21:05:22 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: November 29 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 |