From fbc6fa592e2d1fb5fca03defb6a11d70cddbad0c Mon Sep 17 00:00:00 2001
From: Matthew Liggett <mml@pobox.com>
Date: Sun, 23 Feb 2025 17:26:30 -0800
Subject: [PATCH] Document the use of ';' as a modifier separator.

Fixes github issue #4383.
---
 tmux.1 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tmux.1 b/tmux.1
index c92c5650..b49ee917 100644
--- a/tmux.1
+++ b/tmux.1
@@ -5869,6 +5869,12 @@ with
 .Ql bar/
 throughout.
 .Pp
+Multiple modifiers may be separated with a semicolon (;) as in
+.Ql #{T;=10:status-left} ,
+which would limit the resulting
+.Xr strftime 3 -expanded
+string to at most 10 characters.
+.Pp
 In addition, the last line of a shell command's output may be inserted using
 .Ql #() .
 For example,