diff options
author | nicm <nicm> | 2015-06-18 23:53:56 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-06-18 23:53:56 +0000 |
commit | 164ba041c9301d8c804a9f76da8ac62a8de286de (patch) | |
tree | 060928b9965e8a2ee50767a6e3006034d8107b93 | |
parent | 85120b37eaa33f572f8f4c12a050c431a6efba3e (diff) | |
download | rtmux-164ba041c9301d8c804a9f76da8ac62a8de286de.tar.gz rtmux-164ba041c9301d8c804a9f76da8ac62a8de286de.tar.bz2 rtmux-164ba041c9301d8c804a9f76da8ac62a8de286de.zip |
Remove a stray : and tweak paragraph.
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -404,14 +404,15 @@ An pattern which is matched against the session name. .El .Pp -If the session name is prefixed with a -.Ql = : , +If the session name is prefixed with an +.Ql = , only an exact match is accepted (so .Ql =mysess will only match exactly .Ql mysess , not .Ql mysession ) . +.Pp 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 |