=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/usr.bin/tmux/tmux.1 2009/07/16 22:50:49 1.32 +++ src/usr.bin/tmux/tmux.1 2009/07/17 13:38:03 1.33 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.32 2009/07/16 22:50:49 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.33 2009/07/17 13:38:03 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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 16 2009 $ +.Dd $Mdocdate: July 17 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -36,11 +36,13 @@ .Pp .Nm runs as a server-client system. -A server is created automatically when necessary and holds a number of +A server holds a number of .Em sessions , each of which may have a number of .Em windows linked to it. +A server is started automatically when the first session is created and exits +when all the sessions it contains are destroyed. A window may be split on screen into one or more .Em panes , each of which is a separate terminal. @@ -123,6 +125,14 @@ flag explicitly informs .Nm that UTF-8 is supported. +.Pp +If the server is started from a client passed +.Fl u +or where UTF-8 is detected, the +.Ic utf8 +and +.Ic status-utf8 +options are enabled in the global window and session options respectively. .It Fl v Request verbose logging. This option may be specified multiple times for increasing verbosity.