diff options
| author | 2015-03-11 08:17:37 +0000 | |
|---|---|---|
| committer | 2015-03-11 08:17:37 +0000 | |
| commit | 8c8be50f07a05265678fedf49de752660fda418d (patch) | |
| tree | 6afee51b7bbdbb13ec9ff844dd092306ac014e29 /usr.bin/tmux/tmux.1 | |
| parent | tweak wording; "a value different to 1" -> "...other than 1", from Sevan Janiyan (diff) | |
| download | wireguard-openbsd-8c8be50f07a05265678fedf49de752660fda418d.tar.xz wireguard-openbsd-8c8be50f07a05265678fedf49de752660fda418d.zip | |
set-titles-string now uses formats, not the status bits (so no #() for
now). Reported by landry.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
| -rw-r--r-- | usr.bin/tmux/tmux.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index f48e10f7bc6..cc0a9204e51 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.413 2015/02/06 15:09:34 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.414 2015/03/11 08:17:37 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -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: February 6 2015 $ +.Dd $Mdocdate: March 11 2015 $ .Dt TMUX 1 .Os .Sh NAME @@ -2499,9 +2499,9 @@ variable is set. String used to set the window title if .Ic set-titles is on. -Character sequences are replaced as for the -.Ic status-left -option. +Formats are expanded, see the +.Sx FORMATS +section. .It Xo Ic status .Op Ic on | off .Xc |
