mirror of
https://github.com/tmux/tmux.git
synced 2025-12-16 00:01:50 -05:00
Fix now-incorrect text about {}s.
This commit is contained in:
parent
e774b89062
commit
e5ab5995db
2
tmux.1
2
tmux.1
@ -597,7 +597,7 @@ This is called line continuation and applies both inside and outside quoted
|
||||
strings and in comments, but not inside braces.
|
||||
.Pp
|
||||
Command arguments may be specified as strings surrounded by single (\[aq])
|
||||
quotes, double quotes (\[dq]) or braces ({}).
|
||||
quotes or double quotes (\[dq]), or as command lists surrounded by braces ({}).
|
||||
.\" "
|
||||
This is required when the argument contains any special character.
|
||||
Single and double quoted strings cannot span multiple lines except with line
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user