From: nicm Date: Sun, 8 Jan 2023 21:00:01 +0000 (+0000) Subject: Quotes are now required in select-layout example. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d89c343ee7bdc297ea10067503a257d68d3a1f1e;p=openbsd Quotes are now required in select-layout example. --- diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 9c3cededbe1..6e51f1fab08 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.910 2022/12/22 19:53:23 kn Exp $ +.\" $OpenBSD: tmux.1,v 1.911 2023/01/08 21:00:01 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: December 22 2022 $ +.Dd $Mdocdate: January 8 2023 $ .Dt TMUX 1 .Os .Sh NAME @@ -1971,7 +1971,7 @@ For example: $ tmux list-windows 0: ksh [159x48] layout: bb62,159x48,0,0{79x48,0,0,79x48,80,0} -$ tmux select-layout bb62,159x48,0,0{79x48,0,0,79x48,80,0} +$ tmux select-layout 'bb62,159x48,0,0{79x48,0,0,79x48,80,0}' .Ed .Pp .Nm