Improved lainsafe manpage formatting

This commit is contained in:
qorg11 2020-10-20 15:56:22 +02:00
parent c055fb17a3
commit baec5b3edd
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9
2 changed files with 17 additions and 9 deletions

View file

@ -64,12 +64,18 @@ Probably you're missing the
.I CGI .I CGI
dependence, so install it with CPAN or apt dependence, so install it with CPAN or apt
.I cpan -i CGI .in +4n
.EX
.I apt install libcgi-pm-perl cpan -i CGI
apt install libcgi-pm-perl
.EE
.PP
If you still get this problem, run If you still get this problem, run
.I perl <file>.cgi .in +4n
.EX
perl <file>.cgi
.EE
.PP
so perl can help you debug the problem. so perl can help you debug the problem.
.B 403 is returned .B 403 is returned

View file

@ -60,12 +60,14 @@ TROUBLESHOOTING
Probably you\'re missing the *CGI* dependence, so install it with CPAN Probably you\'re missing the *CGI* dependence, so install it with CPAN
or apt or apt
*cpan -i CGI* cpan -i CGI
apt install libcgi-pm-perl
*apt install libcgi-pm-perl* If you still get this problem, run
If you still get this problem, run *perl \<file\>.cgi* so perl can help perl <file>.cgi
you debug the problem.
so perl can help you debug the problem.
**403 is returned** **403 is returned**