summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2017-01-24 20:15:33 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2017-01-24 20:15:33 +0000
commit6feccbfb8530026d713a2a90c60108635fb3abeb (patch)
treeadf1795876b23b248889e990c9c87675a464c0f7 /usr.bin/tmux/tmux.1
parent5e3f53613e55106d6b61636be22cede72866d391 (diff)
Make update-environment an array as well.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r--usr.bin/tmux/tmux.112
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 0c664f066ca..c9732a3ec64 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.528 2017/01/24 20:05:15 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.529 2017/01/24 20:15:32 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -2869,19 +2869,15 @@ For how to specify
see the
.Ic message-command-style
option.
-.It Ic update-environment Ar variables
-Set a space-separated string containing a list of environment variables to be
-copied into the session environment when a new session is created or an
-existing session is attached.
+.It Ic update-environment[] Ar variable
+Set list of environment variables to be copied into the session environment
+when a new session is created or an existing session is attached.
Any variables that do not exist in the source environment are set to be
removed from the session environment (as if
.Fl r
was given to the
.Ic set-environment
command).
-The default is
-"DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID
-XAUTHORITY".
.It Xo Ic visual-activity
.Op Ic on | off
.Xc