Improved lainsafe manpage formatting
This commit is contained in:
parent
c055fb17a3
commit
baec5b3edd
2 changed files with 17 additions and 9 deletions
|
@ -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
|
||||||
|
|
|
@ -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**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue