From baec5b3eddfac8b15a4d0a9f22730130d24ed279 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Tue, 20 Oct 2020 15:56:22 +0200 Subject: [PATCH] Improved lainsafe manpage formatting --- doc/lainsafe.1 | 16 +++++++++++----- doc/lainsafe.md | 10 ++++++---- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/doc/lainsafe.1 b/doc/lainsafe.1 index 362c105..dab0757 100644 --- a/doc/lainsafe.1 +++ b/doc/lainsafe.1 @@ -64,12 +64,18 @@ Probably you're missing the .I CGI dependence, so install it with CPAN or apt -.I cpan -i CGI - -.I apt install libcgi-pm-perl - +.in +4n +.EX +cpan -i CGI +apt install libcgi-pm-perl +.EE +.PP If you still get this problem, run -.I perl .cgi +.in +4n +.EX +perl .cgi +.EE +.PP so perl can help you debug the problem. .B 403 is returned diff --git a/doc/lainsafe.md b/doc/lainsafe.md index 044627d..d91bd71 100644 --- a/doc/lainsafe.md +++ b/doc/lainsafe.md @@ -60,12 +60,14 @@ TROUBLESHOOTING Probably you\'re missing the *CGI* dependence, so install it with CPAN 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 \.cgi* so perl can help -you debug the problem. + perl .cgi + +so perl can help you debug the problem. **403 is returned**