summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2021-04-15 05:38:12 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2021-04-15 05:38:12 +0000
commit97b654ff9cab503bad617bebbdf4cc864587994b (patch)
treec27bb9de30fa182cd184df216c6ab27b7431fb62 /usr.bin
parent6bf0656425f5313deaae4b61d39b71ef14893f88 (diff)
%begin now has three arguments, not two. GitHubs issue 2646.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tmux/tmux.111
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index f1e351467d9..ffbcdde4d17 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.834 2021/04/12 09:36:12 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.835 2021/04/15 05:38:11 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -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 12 2021 $
+.Dd $Mdocdate: April 15 2021 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -6116,12 +6116,13 @@ and matching
.Em %end
or
.Em %error
-have two arguments: an integer time (as seconds from epoch) and command number.
+have three arguments: an integer time (as seconds from epoch), command number and
+flags (currently not used).
For example:
.Bd -literal -offset indent
-%begin 1363006971 2
+%begin 1363006971 2 1
0: ksh* (1 panes) [80x24] [layout b25f,80x24,0,0,2] @2 (active)
-%end 1363006971 2
+%end 1363006971 2 1
.Ed
.Pp
The