diff options
author | 2009-07-13 20:14:23 +0000 | |
---|---|---|
committer | 2009-07-13 20:14:23 +0000 | |
commit | 21e7f1e08c20c59535b099ed661995b02b6e8789 (patch) | |
tree | 41072fce6d645ef8d53fb921adf8e525fc31f659 | |
parent | Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) in (diff) | |
download | wireguard-openbsd-21e7f1e08c20c59535b099ed661995b02b6e8789.tar.xz wireguard-openbsd-21e7f1e08c20c59535b099ed661995b02b6e8789.zip |
zap trailing whitespace;
-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 |