diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2009-08-31 11:52:33 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2009-08-31 11:52:33 +0000 |
commit | 3972e6bc2168a5042ad01ec58356eba191cfaf16 (patch) | |
tree | ca2fc987d621ec284c51b60973e75c39ff4bbe00 /usr.bin/tmux/tmux.1 | |
parent | 32c85c48795b5a7f9d126abea21b7c3e58f42c84 (diff) |
squash typo
ok nicm@
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-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 |