Do you mean the break should be put after the line c=skip_till_newline(c);?
I am not quite understand the logic of the manual to html conversion. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, thanks for the report.
Do you mean the break should be put after the line
c=skip_till_newline(c);?I am not quite understand the logic of the manual to html conversion. Thanks.
Hi, by looking at the KDE runtime source code, I see the code is the same as ours
https://github.com/KDE/kde-runtime/blob/d765545023776ec49ae9bd183176014143fe15d3/kioslave/man/man2html.cpp#L3807-L3816
So, this is by design? Or this is also a bug in kde?