From 973de5a704d4858b7626fc7a07865c1ea8f71eac Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 2 Feb 2014 08:48:48 +0000 Subject: fix some minor formatting glitches; --- tmux.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index e0b27b6d..d32a16d2 100644 --- a/tmux.1 +++ b/tmux.1 @@ -783,7 +783,7 @@ With .Fl t , display the log for .Ar target-client . -.Fl I, +.Fl I , .Fl J and .Fl T @@ -2499,7 +2499,7 @@ Display will be passed through .Xr strftime 3 and formats (see -.Sx FORMATS Ns ) +.Sx FORMATS ) will be expanded. It may also contain any of the following special character sequences: .Bl -column "Character pair" "Replaced with" -offset indent -- cgit From 81db6bab91309e7cb42628048408c10504522a48 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 16 Feb 2014 12:45:17 +0000 Subject: Leftovers from removing 88 colour support, from Theo Buehler. --- tmux.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index d32a16d2..c0f04094 100644 --- a/tmux.1 +++ b/tmux.1 @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm tmux .Bk -words -.Op Fl 28lCquv +.Op Fl 2lCquv .Op Fl c Ar shell-command .Op Fl f Ar file .Op Fl L Ar socket-name @@ -2637,9 +2637,9 @@ The terminal entry value is passed through before interpretation. The default value forcibly corrects the .Ql colors -entry for terminals which support 88 or 256 colours: +entry for terminals which support 256 colours: .Bd -literal -offset indent -"*88col*:colors=88,*256col*:colors=256,xterm*:XT" +"*256col*:colors=256,xterm*:XT" .Ed .It Ic update-environment Ar variables Set a space-separated string containing a list of environment variables to be -- cgit