%begin now has three arguments, not two. GitHubs issue 2646.
authornicm <nicm@openbsd.org>
Thu, 15 Apr 2021 05:38:11 +0000 (05:38 +0000)
committernicm <nicm@openbsd.org>
Thu, 15 Apr 2021 05:38:11 +0000 (05:38 +0000)
usr.bin/tmux/tmux.1

index f1e3514..ffbcdde 100644 (file)
@@ -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