mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-24 23:59:03 +01:00
Rephrase a confusing sentence.
This commit is contained in:
parent
1891f1ce99
commit
286fef9b4d
10
tmux.1
10
tmux.1
@ -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>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -14,7 +14,7 @@
|
|||||||
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||||
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" 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
|
.Dt TMUX 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -2319,9 +2319,9 @@ copies the environment into the
|
|||||||
.Em global environment ;
|
.Em global environment ;
|
||||||
in addition, each session has a
|
in addition, each session has a
|
||||||
.Em session environment .
|
.Em session environment .
|
||||||
When a window is created, the session and global environments are merged with
|
When a window is created, the session and global environments are merged.
|
||||||
the session environment overriding any variable present in both.
|
If a variable exists in both, the value from the session environment is used.
|
||||||
This is the initial environment passed to the new process.
|
The result is the initial environment passed to the new process.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Ic update-environment
|
.Ic update-environment
|
||||||
|
Loading…
Reference in New Issue
Block a user