diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-12 12:36:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-12 12:36:35 +0000 |
commit | 6b3da165bf733e278ca5b5e4f47706a60eb0d856 (patch) | |
tree | 1755013a88ca14692f09304bbdb4df7766bf2b33 /usr.bin | |
parent | fb591537f8a623ac9ef3386af91916eb82537f76 (diff) |
tweak previous; ok nicm
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index ec0cd84f4ff..0cd9bbeb4ec 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.458 2015/11/12 11:09:11 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.459 2015/11/12 12:36:34 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -192,8 +192,8 @@ that UTF-8 is supported. .Pp Note that .Nm -itself always accepts UTF-8, this controls whether it will send UTF-8 -characters to the terminal it is running it (if not, they are replaced by +itself always accepts UTF-8; this controls whether it will send UTF-8 +characters to the terminal it is running (if not, they are replaced by .Ql _ ) . .It Fl v Request verbose logging. @@ -2796,8 +2796,8 @@ As with .Ic status-left , .Ar string will be passed to -.Xr strftime 3 , -character pairs are replaced. +.Xr strftime 3 +and character pairs are replaced. .It Ic status-right-length Ar length Set the maximum .Ar length |