diff --git a/docs/libcurl/mksymbolsmanpage.pl b/docs/libcurl/mksymbolsmanpage.pl index 5a117d628b..46ad80cdf4 100755 --- a/docs/libcurl/mksymbolsmanpage.pl +++ b/docs/libcurl/mksymbolsmanpage.pl @@ -6,7 +6,7 @@ # * | (__| |_| | _ <| |___ # * \___|\___/|_| \_\_____| # * -# * Copyright (C) 2015 - 2020, Daniel Stenberg, , et al. +# * Copyright (C) 2015 - 2021, Daniel Stenberg, , et al. # * # * This software is licensed as described in the file COPYING, which # * you should have received as part of this distribution. The terms @@ -69,7 +69,7 @@ HEADER ; while() { - if($_ =~ /^(CURL[A-Z0-9_.]*) *(.*)/) { + if($_ =~ /^(CURL[A-Z0-9_.]*) *(.*)/i) { my ($symbol, $rest)=($1,$2); my ($intro, $dep, $rem); if($rest =~ s/^([0-9.]*) *//) {