aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-09-01 12:01:20 +0100
committerThomas Adam <thomas@xteddy.org>2020-09-01 12:01:20 +0100
commita0fee328bf7d2cefe047f3911e7e29955f14a75a (patch)
treefe18cdabbcd74bffaeadbc46dbf00e390659161b /tmux.1
parentb895ffbf37ef79c9fd8a3330dd60852626d4dd6b (diff)
parent60860aced8d424ef6c1d527b63842a0ea0f452ad (diff)
downloadrtmux-a0fee328bf7d2cefe047f3911e7e29955f14a75a.tar.gz
rtmux-a0fee328bf7d2cefe047f3911e7e29955f14a75a.tar.bz2
rtmux-a0fee328bf7d2cefe047f3911e7e29955f14a75a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.114
1 files changed, 12 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 3936108e..9dfd22fd 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1407,7 +1407,7 @@ and
.Fl T
show debugging information about jobs and terminals.
.It Xo Ic source-file
-.Op Fl nqv
+.Op Fl Fnqv
.Ar path
.Ar ...
.Xc
@@ -1418,6 +1418,11 @@ Execute commands from one or more files specified by
.Xr glob 7
patterns).
If
+.Fl F
+is present, then
+.Ar path
+is expanded as a format.
+If
.Fl q
is given, no error will be returned if
.Ar path
@@ -5102,7 +5107,7 @@ section).
Commands to alter and view the environment are:
.Bl -tag -width Ds
.It Xo Ic set-environment
-.Op Fl hgru
+.Op Fl Fhgru
.Op Fl t Ar target-session
.Ar name Op Ar value
.Xc
@@ -5113,6 +5118,11 @@ If
is used, the change is made in the global environment; otherwise, it is applied
to the session environment for
.Ar target-session .
+If
+.Fl F
+is present, then
+.Ar value
+is expanded as a format.
The
.Fl u
flag unsets a variable.