From 5330a2a85d69647f4f402c5b1fe85dc548ce5416 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 9 Jan 2017 19:27:00 +0000 Subject: Run the source-file pattern through glob(3). --- tmux.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 234627fc..a5be4617 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit