summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2016-06-15 14:43:06 +0000
committernicm <nicm@openbsd.org>2016-06-15 14:43:06 +0000
commit0a6030a6251c5795ed2c7d37a62af61c3ce9d71c (patch)
treee8dd96d2b396f3665c3936cd249288af99cc0132
parentWith the introduction of ip6_output_ipsec_lookup() we didn't exit the (diff)
downloadwireguard-openbsd-0a6030a6251c5795ed2c7d37a62af61c3ce9d71c.tar.xz
wireguard-openbsd-0a6030a6251c5795ed2c7d37a62af61c3ce9d71c.zip
Add missing buffer_name format, from Awal Garg.
-rw-r--r--usr.bin/tmux/tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 313f57d3549..1f2fa408786 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.489 2016/06/15 08:54:11 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.490 2016/06/15 14:43:06 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -3476,6 +3476,7 @@ The following variables are available, where appropriate:
.It Li "alternate_on" Ta "" Ta "If pane is in alternate screen"
.It Li "alternate_saved_x" Ta "" Ta "Saved cursor X in alternate screen"
.It Li "alternate_saved_y" Ta "" Ta "Saved cursor Y in alternate screen"
+.It Li "buffer_name" Ta "" Ta "Name of buffer"
.It Li "buffer_sample" Ta "" Ta "Sample of start of buffer"
.It Li "buffer_size" Ta "" Ta "Size of the specified buffer in bytes"
.It Li "client_activity" Ta "" Ta "Integer time client last had activity"