spellcheck.yml: remove .1/.3 handling, clean all man page .md files

Since we generate all .1 and .3 files from markdown now, we can limit
the spellcheck to the markdown versions only.

Closes #12960
This commit is contained in:
Daniel Stenberg 2024-02-19 09:54:21 +01:00
parent 96af350661
commit 8b1f3aa608
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 47 additions and 58 deletions

View file

@ -47,6 +47,8 @@ while(<F>) {
}
close(F);
open(O, ">$f") or die;
print O @out;
close(O);
if(!$ignore) {
open(O, ">$f") or die;
print O @out;
close(O);
}