diff options
author | Thomas Adam <thomas@xteddy.org> | 2012-11-22 13:24:14 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-11-22 13:24:14 +0000 |
commit | c04aa9020782fe0a944db2adf5a03e9f52618bea (patch) | |
tree | 37c0578ed65f027e2cbd95671fb3a6ccab4ce547 /tmux.1 | |
parent | e4679172e3f4307b14f0e1715dc33ca640dc038b (diff) | |
parent | 0679eb6a6d6bab129264784009e70333b34ca6a8 (diff) | |
download | rtmux-c04aa9020782fe0a944db2adf5a03e9f52618bea.tar.gz rtmux-c04aa9020782fe0a944db2adf5a03e9f52618bea.tar.bz2 rtmux-c04aa9020782fe0a944db2adf5a03e9f52618bea.zip |
Merge branch 'obsd-master'
Sync from OpenBSD.
* obsd-master:
Add halfpage commands to mode command string table (missed by accident), from Thomas Adam.
Clarify some points about config files, notably that they are only read at server start. From Thomas Adam.
Use a utility function for common code to show errors in config file, from Thomas Adam.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |