From: nicm Date: Thu, 15 Apr 2021 05:38:11 +0000 (+0000) Subject: %begin now has three arguments, not two. GitHubs issue 2646. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=011266892ad7dd5849a5f48ff5788886487688fb;p=openbsd %begin now has three arguments, not two. GitHubs issue 2646. --- 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 .\" @@ -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