diff options
author | 2013-03-25 11:46:28 +0000 | |
---|---|---|
committer | 2013-03-25 11:46:28 +0000 | |
commit | 3663076445fe6c1384d4a14e3f0b05c86a921e04 (patch) | |
tree | 768f31c6c8a01180475d298240bdca524d2598ff | |
parent | Process ^[ as meta when a partial key is found. (diff) | |
download | wireguard-openbsd-3663076445fe6c1384d4a14e3f0b05c86a921e04.tar.xz wireguard-openbsd-3663076445fe6c1384d4a14e3f0b05c86a921e04.zip |
b comes before t.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 2aedefcd561..68dc2172bf3 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.351 2013/03/25 11:44:00 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.352 2013/03/25 11:46:28 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -3518,8 +3518,8 @@ Miscellaneous commands are as follows: .It Ic clock-mode Op Fl t Ar target-pane Display a large clock. .It Xo Ic if-shell -.Op Fl t Ar target-pane .Op Fl b +.Op Fl t Ar target-pane .Ar shell-command command .Op Ar command .Xc |