diff options
author | nicm <nicm> | 2017-01-09 19:27:00 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-09 19:27:00 +0000 |
commit | 5330a2a85d69647f4f402c5b1fe85dc548ce5416 (patch) | |
tree | b2a99f64ded421b63817fa79c8608fde9916af27 /tmux.1 | |
parent | c05002b0f2d86d7706efdc9636ee660642bdcecb (diff) | |
download | rtmux-5330a2a85d69647f4f402c5b1fe85dc548ce5416.tar.gz rtmux-5330a2a85d69647f4f402c5b1fe85dc548ce5416.tar.bz2 rtmux-5330a2a85d69647f4f402c5b1fe85dc548ce5416.zip |
Run the source-file pattern through glob(3).
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -921,7 +921,10 @@ show debugging information about jobs and terminals. .Xc .D1 (alias: Ic source ) Execute commands from -.Ar path . +.Ar path +(which may be a +.Xr glob 3 +pattern). If .Fl q is given, no error will be returned if |