=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.906 retrieving revision 1.907 diff -u -r1.906 -r1.907 --- src/usr.bin/tmux/tmux.1 2022/11/10 22:58:39 1.906 +++ src/usr.bin/tmux/tmux.1 2022/11/11 08:27:17 1.907 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.906 2022/11/10 22:58:39 jmc Exp $ +.\" $OpenBSD: tmux.1,v 1.907 2022/11/11 08:27:17 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: November 10 2022 $ +.Dd $Mdocdate: November 11 2022 $ .Dt TMUX 1 .Os .Sh NAME @@ -5080,6 +5080,15 @@ .Ql abABab into .Ql bxBxbx . +A different delimiter character may also be used, to avoid collisions with +literal slashes in the pattern. +For example, +.Ql s|foo/|bar/|: +will substitute +.Ql foo/ +with +.Ql bar/ +throughout. .Pp In addition, the last line of a shell command's output may be inserted using .Ql #() .