test1173: make it also check all libcurl option man pages

... and adjust those that cause errors

Closes #4116
This commit is contained in:
Daniel Stenberg 2019-07-16 11:23:59 +02:00
parent 952998cbdb
commit 647e726d78
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 35 additions and 39 deletions

View file

@ -19,7 +19,7 @@ Basic man page syntax check
</name>
<command type="perl">
%SRCDIR/manpage-syntax.pl %SRCDIR/../docs/*.1 %SRCDIR/../docs/libcurl/*.3
%SRCDIR/manpage-syntax.pl %SRCDIR/../docs/*.1 %SRCDIR/../docs/libcurl/*.3 %SRCDIR/../docs/libcurl/opts/*.3
</command>
</client>