diff options
-rwxr-xr-x | dwim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ for ($phrase) { # otherwise fall through } - if (/^([-_A-Za-z]+)\((\d+)\)[):,.]*$/) { + if (/^([-_A-Za-z]+) ?\((\d+)\)[):,.]*$/) { handle 'manual(section)'; run @MAN_VIEWER, $2, $1; } |