=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.792 retrieving revision 1.793 diff -c -r1.792 -r1.793 *** src/usr.bin/tmux/tmux.1 2020/08/27 06:55:54 1.792 --- src/usr.bin/tmux/tmux.1 2020/09/01 09:19:01 1.793 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.792 2020/08/27 06:55:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.793 2020/09/01 09:19:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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: August 27 2020 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: September 1 2020 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1407,1413 **** .Fl T show debugging information about jobs and terminals. .It Xo Ic source-file ! .Op Fl nqv .Ar path .Ar ... .Xc --- 1407,1413 ---- .Fl T show debugging information about jobs and terminals. .It Xo Ic source-file ! .Op Fl Fnqv .Ar path .Ar ... .Xc *************** *** 1418,1423 **** --- 1418,1428 ---- .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,5108 **** Commands to alter and view the environment are: .Bl -tag -width Ds .It Xo Ic set-environment ! .Op Fl hgru .Op Fl t Ar target-session .Ar name Op Ar value .Xc --- 5107,5113 ---- Commands to alter and view the environment are: .Bl -tag -width Ds .It Xo Ic set-environment ! .Op Fl Fhgru .Op Fl t Ar target-session .Ar name Op Ar value .Xc *************** *** 5113,5118 **** --- 5118,5128 ---- 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.