diff options
-rwxr-xr-x | dwim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ for ($phrase) { # otherwise fall through } - if (/^([^\s]+)\(([^\s]+)\)/) { + if (/^([^\s]+)\(([^\s]+)\)[,.]?/) { handle "{manpage}({section})"; run @LAUNCHER, "man", "$2", "$1"; } |