![]() |
#16 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2024
Device: none
|
No, “mandoc” is not the same thing as “groff -mandoc”. Both tools can convert manpages to HTML, but they are different programs written by different authors and produce different HTML. “groff -mandoc” refers to the input filetypes it supports (the two common manpage languages “man” and “mdoc”), as does the program name “mandoc,” but they’re not otherwise related. mandoc’s HTML is better quality, making it the tool of choice for this job.
|
![]() |
![]() |
![]() |
#17 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 205
Karma: 304158
Join Date: Jan 2016
Location: France
Device: none
|
Quote:
Code:
mandoc -Thtml /usr/share/man/man1/ls.1.gz > ls.html Code:
pandoc --from man --to html < input.1 > output.html |
|
![]() |
![]() |
Advert | |
|
![]() |
#18 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 735
Karma: 10000000
Join Date: Oct 2016
Location: Somewhere in Time
Device: Forma, iPad Mini
|
Quote:
|
|
![]() |
![]() |
![]() |
#19 | |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2024
Device: none
|
Yes, I am sure.
Quote:
Yes, this is reasonably accurate. To groff, the -mandoc switch is just like any of its other macro language switches like -ms or -mm; it loses track of the manpage semantics along the way which has a negative impact on its HTML. |
|
![]() |
![]() |
![]() |
#20 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 735
Karma: 10000000
Join Date: Oct 2016
Location: Somewhere in Time
Device: Forma, iPad Mini
|
Cool. Thank you for the clarification.
![]() |
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
convert .pages to epub | peaceridge | Conversion | 13 | 08-20-2024 09:54 AM |
Convert ePub to Landscape PDF with facing pages | derekvan | Conversion | 6 | 08-04-2018 09:43 AM |
Convert PDF to EPub or LRF puts pages out of order | Timber | Conversion | 3 | 12-29-2011 06:57 AM |
Script to convert all system installed Man Pages to HTML | rogerx | Conversion | 1 | 08-26-2011 08:12 AM |