diff options
author | 2009-08-31 11:52:32 +0000 | |
---|---|---|
committer | 2009-08-31 11:52:32 +0000 | |
commit | b361c6207a85c783a056cc7c44c41146d00fbe6d (patch) | |
tree | 0caa555f5424a83d580cdf97c71e5ace2002bf50 | |
parent | Don't call tty_free unless the client is a terminal, otherwise tty_init hasn't (diff) | |
download | wireguard-openbsd-b361c6207a85c783a056cc7c44c41146d00fbe6d.tar.xz wireguard-openbsd-b361c6207a85c783a056cc7c44c41146d00fbe6d.zip |
squash typo
ok nicm@
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index a178f032db2..d21c8c1f593 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.76 2009/08/25 12:18:51 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.77 2009/08/31 11:52:32 stsp 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: August 25 2009 $ +.Dd $Mdocdate: August 31 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -1227,7 +1227,7 @@ window option for any windows first created in this session. .It Xo Ic set-titles .Op Ic on | off .Xc -Attempt to set the window title using the \ee]2;...\e007 xterm code and +Attempt to set the window title using the \ee]2;...\e007 xterm code if the terminal appears to be an xterm. This option is off by default. Note that elinks |