diff options
author | 2014-04-17 15:48:02 +0000 | |
---|---|---|
committer | 2014-04-17 15:48:02 +0000 | |
commit | 6b1d68cdcabf1fa36744e4788e5f5cc08400d78e (patch) | |
tree | e68f702bfa0aeb0f4320e9be1045ccd50da6b190 | |
parent | Initial KNF. (diff) | |
download | wireguard-openbsd-6b1d68cdcabf1fa36744e4788e5f5cc08400d78e.tar.xz wireguard-openbsd-6b1d68cdcabf1fa36744e4788e5f5cc08400d78e.zip |
#nnT went away a while ago, remove a leftover from the manpage.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 371906597ff..3d2187da76c 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.390 2014/04/17 07:55:43 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.391 2014/04/17 15:48:02 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -2535,10 +2535,6 @@ Examples are: #[fg=yellow,bold]#(apm -l)%%#[default] [#S] .Ed .Pp -Where appropriate, special character sequences may be prefixed with a number to -specify the maximum length, for example -.Ql #24T . -.Pp By default, UTF-8 in .Ar string is not interpreted, to enable UTF-8, use the |