On Fri, 9 May 2025 14:27:02 +0200
Santiago Vila <sanv...@debian.org> wrote:

> Thanks a lot for the bug tidy up. Yes, I agree with
> everything you said. I'm just fixing the reassign
> as it seems it didn't work.
> 
> Joao Eriberto: Please read the full report here:
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104846
> 
> Thanks.

Hi Santiago and Adam,

Thanks for contacting me.

The following patch fixes the issue, but...

--- txt2man.orig/txt2man
+++ txt2man/txt2man
@@ -214,7 +214,7 @@ BEGIN {
        # remove spaces in empty lines
        sub(/^ +$/,"")
 }
-/^[:space:]*[[:upper:][:digit:]]+[[:upper:][:space:][:digit:][:punct:]]+$/ {
+/^[[:space:]]*[[:upper:][:digit:]]+[[:upper:][:space:][:digit:][:punct:]]+$/ {
        # Section header
        if ((in_bd + 0) == 1) {
                in_bd = 0

But the "Literal display blocks" feature stops working. I have not identified
the problem yet. I will try to get an urgent help from the upstream. I also will
try to discover the problem.

Regards,

Eriberto

Reply via email to