=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.539 retrieving revision 1.540 diff -c -r1.539 -r1.540 *** src/usr.bin/tmux/tmux.1 2017/03/22 07:16:54 1.539 --- src/usr.bin/tmux/tmux.1 2017/04/05 10:49:46 1.540 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.539 2017/03/22 07:16:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.540 2017/04/05 10:49:46 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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: March 22 2017 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: April 5 2017 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 367,373 **** These specify the client, session, window or pane which a command should affect. .Pp .Ar target-client ! should be the name of the .Xr pty 4 file to which the client is connected, for example either of .Pa /dev/ttyp1 --- 367,374 ---- These specify the client, session, window or pane which a command should affect. .Pp .Ar target-client ! should be the name of the client, ! typically the .Xr pty 4 file to which the client is connected, for example either of .Pa /dev/ttyp1 *************** *** 3510,3515 **** --- 3511,3517 ---- .It Li "client_height" Ta "" Ta "Height of client" .It Li "client_key_table" Ta "" Ta "Current key table" .It Li "client_last_session" Ta "" Ta "Name of the client's last session" + .It Li "client_name" Ta "" Ta "Name of client" .It Li "client_pid" Ta "" Ta "PID of client process" .It Li "client_prefix" Ta "" Ta "1 if prefix key has been pressed" .It Li "client_readonly" Ta "" Ta "1 if client is readonly"