diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-07-13 20:14:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-07-13 20:14:24 +0000 |
commit | b7a39aa88744aef81c21d68a32fd0b11fa29847c (patch) | |
tree | a96f244cf3a09c63eefbcd892046876f4af10a7d /usr.bin/tmux | |
parent | 0439c11072655a785aef9bfa86fc607241373e09 (diff) |
zap trailing whitespace;
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 8b9d2306501..b01159ecf12 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.29 2009/07/13 17:47:46 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.30 2009/07/13 20:14:23 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -504,7 +504,7 @@ file to which the client is connected, for example either of .Pa /dev/ttyp1 or .Pa ttyp1 -for the client attached to +for the client attached to .Pa /dev/ttyp1 . If no client is specified, the current client is chosen, if possible, or an error is reported. @@ -518,7 +518,7 @@ is either the name of a session (as listed by the command) or the name of a client with the same syntax as .Ar target-client , in which case the session attached to the client is used. -When looking for the session name, +When looking for the session name, .Nm initially searches for an exact match; if none is found, the session names are checked for any for which |