summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2013-04-24 10:15:47 +0000
committernicm <nicm@openbsd.org>2013-04-24 10:15:47 +0000
commit6bb55c5b1aa90cd99bc37e881d1f1a5e9550c083 (patch)
tree5cb4b841b91873ad1f72d2d03c51a1e6c1cb0655
parentRename global configuration define. (diff)
downloadwireguard-openbsd-6bb55c5b1aa90cd99bc37e881d1f1a5e9550c083.tar.xz
wireguard-openbsd-6bb55c5b1aa90cd99bc37e881d1f1a5e9550c083.zip
.Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel.
-rw-r--r--usr.bin/tmux/tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 22f5fc21523..cfa5b06b486 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.356 2013/04/10 12:07:18 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.357 2013/04/24 10:15:47 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 10 2013 $
+.Dd $Mdocdate: April 24 2013 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -3536,7 +3536,7 @@ Lock each client individually by running the command specified by the
.Ic lock-command
option.
.It Xo Ic run-shell
-.Fl b
+.Op Fl b
.Op Fl t Ar target-pane
.Ar shell-command
.Xc