=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.655 retrieving revision 1.656 diff -c -r1.655 -r1.656 *** src/usr.bin/tmux/tmux.1 2019/05/27 12:16:27 1.655 --- src/usr.bin/tmux/tmux.1 2019/05/27 16:22:32 1.656 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.655 2019/05/27 12:16:27 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.656 2019/05/27 16:22:32 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 488,494 **** If the last character of a line is \e, the line is joined with the following line (the \e and the newline are completely removed). This is called line continuation and applies both inside and outside quoted ! strings and in comments. .Pp Command arguments may be specified as strings surrounded by single (') quotes, double quotes (") or braces ({}). --- 488,494 ---- If the last character of a line is \e, the line is joined with the following line (the \e and the newline are completely removed). 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 (') quotes, double quotes (") or braces ({}). *************** *** 523,529 **** .El .Pp Braces are similar to single quotes in that the text inside is taken literally ! without replacements, but they can span multiple lines. They are designed to avoid the need for additional escaping when passing a group of .Nm --- 523,531 ---- .El .Pp Braces are similar to single quotes in that the text inside is taken literally ! without any replacements but this also includes line continuation. ! Braces can span multiple lines in which case a literal newline is included in the ! string. They are designed to avoid the need for additional escaping when passing a group of .Nm