We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b79ee4 + 32c6fff commit 0d14f80Copy full SHA for 0d14f80
Documentation/cmd-list.perl
@@ -10,7 +10,7 @@ sub format_one {
10
$state = 0;
11
open I, '<', "$name.txt" or die "No such file $name.txt";
12
while (<I>) {
13
- if (/^(git|scalar)[a-z0-9-]*\(([0-9])\)$/) {
+ if (/^(?:git|scalar)[a-z0-9-]*\(([0-9])\)$/) {
14
$mansection = $1;
15
next;
16
}
0 commit comments