aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <jmc>2021-03-01 17:49:08 +0000
committerjmc <jmc>2021-03-01 17:49:08 +0000
commitde3a898e8af335325039a4165525fff1d5e1a1b0 (patch)
tree96497f4250c32bae20e02c054170ca5408668afb
parent8a4a2153fdec71397fe555073d4d77ee68947fff (diff)
downloadrtmux-de3a898e8af335325039a4165525fff1d5e1a1b0.tar.gz
rtmux-de3a898e8af335325039a4165525fff1d5e1a1b0.tar.bz2
rtmux-de3a898e8af335325039a4165525fff1d5e1a1b0.zip
escape quotes and remove some unneccessary Pp; ok nicm
-rw-r--r--tmux.112
1 files changed, 5 insertions, 7 deletions
diff --git a/tmux.1 b/tmux.1
index ee07546b..4046dbf7 100644
--- a/tmux.1
+++ b/tmux.1
@@ -544,7 +544,7 @@ for example in these
.Xr sh 1
commands:
.Bd -literal -offset indent
-$ tmux neww\\; splitw
+$ tmux neww\e\e; splitw
.Ed
.Pp
Or:
@@ -563,7 +563,7 @@ For
this typically means quoted (such as
.Ql neww ';' splitw )
or escaped (such as
-.Ql neww \\\\; splitw ) .
+.Ql neww \e\e\e\e; splitw ) .
.It
Individual semicolons or trailing semicolons that should be interpreted as
arguments should be escaped twice: once according to the shell conventions and
@@ -571,18 +571,16 @@ a second time for
.Nm ;
for example:
.Bd -literal -offset indent
-$ tmux neww 'foo\\;' bar
-$ tmux neww foo\\\\; bar
+$ tmux neww 'foo\e\e;' bar
+$ tmux neww foo\e\e\e\e; bar
.Ed
-.Pp
.It
Semicolons that are not individual tokens or trailing another token should only
be escaped once according to shell conventions; for example:
.Bd -literal -offset indent
$ tmux neww 'foo-;-bar'
-$ tmux neww foo-\\;-bar
+$ tmux neww foo-\e\e;-bar
.Ed
-.Pp
.El
.Pp
Comments are marked by the unquoted # character - any remaining text after a