=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.147 retrieving revision 1.148 diff -c -r1.147 -r1.148 *** src/usr.bin/tmux/tmux.1 2010/02/06 17:35:01 1.147 --- src/usr.bin/tmux/tmux.1 2010/02/06 22:55:31 1.148 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.147 2010/02/06 17:35:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.148 2010/02/06 22:55:31 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 364,370 **** The following commands are available: .Bl -tag -width Ds .It Xo Ic attach-session ! .Op Fl d .Op Fl t Ar target-session .Xc .D1 (alias: Ic attach ) --- 364,370 ---- The following commands are available: .Bl -tag -width Ds .It Xo Ic attach-session ! .Op Fl dr .Op Fl t Ar target-session .Xc .D1 (alias: Ic attach ) *************** *** 376,381 **** --- 376,385 ---- If .Fl d is specified, any other clients attached to the session are detached. + .Fl r + signifies the client is read-only (only keys bound to the + .Ic detach-client + command have any effect) .Pp If no server is started, .Ic attach-session