diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2013-03-25 11:38:44 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2013-03-25 11:38:44 +0000 |
commit | e4bb4d8ee784a3c2e36cb1ee405ecfdf43237ab9 (patch) | |
tree | f4c34cbb9814b72365b7ea295674156c2149cc2c /usr.bin/tmux/tmux.1 | |
parent | 2571dc8df8b8909dde82bec145126993f6be94cf (diff) |
Don't add prefix to %output pane id.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index c9a08475412..472388ab1df 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.346 2013/03/25 11:38:15 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.347 2013/03/25 11:38:43 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -3668,10 +3668,8 @@ The layout of a window with ID changed. The new layout is .Ar window-layout . -.It Ic %output Ar source-pane Ar value -A window pane, -.Ar source-pane , -produced output. +.It Ic %output Ar pane-id Ar value +A window pane produced output. .Ar value contains that output with each byte encoded as two hex digits. .It Ic %session-changed Ar session-id Ar name |