=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.434 retrieving revision 1.435 diff -c -r1.434 -r1.435 *** src/usr.bin/tmux/tmux.1 2015/06/04 20:34:22 1.434 --- src/usr.bin/tmux/tmux.1 2015/06/05 08:14:16 1.435 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.434 2015/06/04 20:34:22 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.435 2015/06/05 08:14:16 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: June 4 2015 $ .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: June 5 2015 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 404,409 **** --- 404,417 ---- pattern which is matched against the session name. .El .Pp + If the session name is prefixed with a + .Ql = : , + only an exact match is accepted (so + .Ql =mysess + will only match exactly + .Ql mysess , + not + .Ql mysession ) . If a single session is found, it is used as the target session; multiple matches produce an error. If a session is omitted, the current session is used if available; if no *************** *** 440,445 **** --- 448,456 ---- pattern matched against the window name. .El .Pp + Like sessions, a + .Ql = + prefix will do an exact match only. An empty window name specifies the next unused index if appropriate (for example the .Ic new-window