diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-11-19 10:50:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-11-19 10:50:25 +0000 |
commit | c3c2f072c05813476b3d8cc4ab8912c6fcf4d29c (patch) | |
tree | 5bf2fa1f524ff42c313256dbeb2f08a20de3dd1c /usr.bin/tmux/tmux.1 | |
parent | 626370e443be224485126237f266f893a45c3fc3 (diff) |
Clarify some points about config files, notably that they are only read
at server start. From Thomas Adam.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 5d0348ba28f..3922a395e08 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.305 2012/10/25 11:11:58 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.306 2012/11/19 10:50:24 nicm 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: October 25 2012 $ +.Dd $Mdocdate: November 19 2012 $ .Dt TMUX 1 .Os .Sh NAME @@ -124,13 +124,19 @@ loads the system configuration file from .Pa /etc/tmux.conf , if present, then looks for a user configuration file at .Pa ~/.tmux.conf . +.Pp The configuration file is a set of .Nm commands which are executed in sequence when the server is first started. +.Nm +loads configuration files once when the server process has started. +The +.Ic source-file +command may be used to load a file later. .Pp -If a command in the configuration file fails, .Nm -will report an error and exit without executing further commands. +shows any error messages from commands in configuration files in the first +session created, and continues to process the rest of the configuration file. .It Fl L Ar socket-name .Nm stores the server socket in a directory under |