Document alternative delimiters for substitution, from Jim Wisniewski.
authornicm <nicm@openbsd.org>
Fri, 11 Nov 2022 08:27:17 +0000 (08:27 +0000)
committernicm <nicm@openbsd.org>
Fri, 11 Nov 2022 08:27:17 +0000 (08:27 +0000)
usr.bin/tmux/tmux.1

index 0129869..cf94e7e 100644 (file)
@@ -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 <nicholas.marriott@gmail.com>
 .\"
@@ -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 @@ would change
 .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 #() .