diff options
author | 2009-07-30 16:59:24 +0000 | |
---|---|---|
committer | 2009-07-30 16:59:24 +0000 | |
commit | 0774b3c69eef87dd389d6f8acbb39b90250976e1 (patch) | |
tree | 94e482ef5f973a8b31cb5fe35d88d07756c278be /usr.bin | |
parent | Similar changes for server_msg_dispatch: use a switch instead of a lookup table (diff) | |
download | wireguard-openbsd-0774b3c69eef87dd389d6f8acbb39b90250976e1.tar.xz wireguard-openbsd-0774b3c69eef87dd389d6f8acbb39b90250976e1.zip |
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 5cb90728ca4..565ecad28ef 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.52 2009/07/30 13:45:56 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.53 2009/07/30 16:59:24 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1675,7 +1675,8 @@ If .Fl U is used and no source pane is specified with .Fl s , -.Ar dst-pane is swapped with the previous pane (before it numerically); +.Ar dst-pane +is swapped with the previous pane (before it numerically); .Fl D swaps with the next pane (after it numerically). .It Xo Ic swap-window |