diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2022-08-02 08:57:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2022-08-02 08:57:02 +0000 |
commit | f0d1bf5833b4a78ebde69f9c3214555959548914 (patch) | |
tree | 400a972677db1323a0c59f39a6b0a5355274af73 /usr.bin | |
parent | 632dd2d5ff69a8c14ff6e6a43c7f4c8f6dc99ccc (diff) |
-u is no longer equivalent to -TUTF-8 so don't say it is.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index f7543e4e194..dcd1b10feca 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.895 2022/07/06 07:51:37 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.896 2022/08/02 08:57:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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: July 6 2022 $ +.Dd $Mdocdate: August 2 2022 $ .Dt TMUX 1 .Os .Sh NAME @@ -214,8 +214,6 @@ that is set does not contain .Qq UTF-8 or .Qq UTF8 . -This is equivalent to -.Fl T Ar UTF-8 . .It Fl T Ar features Set terminal features for the client. This is a comma-separated list of features. |