=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.682 retrieving revision 1.683 diff -c -r1.682 -r1.683 *** src/usr.bin/tmux/tmux.1 2019/08/16 11:49:12 1.682 --- src/usr.bin/tmux/tmux.1 2019/09/09 07:53:19 1.683 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.682 2019/08/16 11:49:12 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.683 2019/09/09 07:53:19 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 16 2019 $ .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 9 2019 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1151,1157 **** .Fl P option prints information about the new session after it has been created. By default, it uses the format ! .Ql #{session_name}: but a different format may be specified with .Fl F . .Pp --- 1151,1157 ---- .Fl P option prints information about the new session after it has been created. By default, it uses the format ! .Ql #{session_name}:\& but a different format may be specified with .Fl F . .Pp *************** *** 4086,4092 **** if the pane title is more than five characters. .Pp Prefixing a time variable with ! .Ql t: will convert it to a string, so if .Ql #{window_activity} gives --- 4086,4092 ---- if the pane title is more than five characters. .Pp Prefixing a time variable with ! .Ql t:\& will convert it to a string, so if .Ql #{window_activity} gives *************** *** 4095,4128 **** gives .Ql Sun Oct 25 09:25:02 2015 . The ! .Ql b: and ! .Ql d: prefixes are .Xr basename 3 and .Xr dirname 3 of the variable respectively. ! .Ql q: will escape .Xr sh 1 special characters. ! .Ql E: will expand the format twice, for example .Ql #{E:status-left} is the result of expanding the content of the .Ic status-left option rather than the option itself. ! .Ql T: is like ! .Ql E: but also expands .Xr strftime 3 specifiers. ! .Ql S: , ! .Ql W: or ! .Ql P: will loop over each session, window or pane and insert the format once for each. For windows and panes, two comma-separated formats may be given: --- 4095,4128 ---- gives .Ql Sun Oct 25 09:25:02 2015 . The ! .Ql b:\& and ! .Ql d:\& prefixes are .Xr basename 3 and .Xr dirname 3 of the variable respectively. ! .Ql q:\& will escape .Xr sh 1 special characters. ! .Ql E:\& will expand the format twice, for example .Ql #{E:status-left} is the result of expanding the content of the .Ic status-left option rather than the option itself. ! .Ql T:\& is like ! .Ql E:\& but also expands .Xr strftime 3 specifiers. ! .Ql S:\& , ! .Ql W:\& or ! .Ql P:\& will loop over each session, window or pane and insert the format once for each. For windows and panes, two comma-separated formats may be given: *************** *** 4133,4139 **** .Ed .Pp A prefix of the form ! .Ql s/foo/bar/: will substitute .Ql foo with --- 4133,4139 ---- .Ed .Pp A prefix of the form ! .Ql s/foo/bar/:\& will substitute .Ql foo with *************** *** 4142,4148 **** The first argument may be an extended regular expression and a final argument may be .Ql i to ignore case, for example ! .Ql s/a(.)/\e1x/i: would change .Ql abABab into --- 4142,4148 ---- The first argument may be an extended regular expression and a final argument may be .Ql i to ignore case, for example ! .Ql s/a(.)/\e1x/i:\& would change .Ql abABab into