=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.528 retrieving revision 1.529 diff -c -r1.528 -r1.529 *** src/usr.bin/tmux/tmux.1 2017/01/24 20:05:15 1.528 --- src/usr.bin/tmux/tmux.1 2017/01/24 20:15:32 1.529 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.528 2017/01/24 20:05:15 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.529 2017/01/24 20:15:32 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 2869,2887 **** 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. 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 --- 2869,2883 ---- see the .Ic message-command-style option. ! .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). .It Xo Ic visual-activity .Op Ic on | off .Xc