- Package:
- asciidoctor
- Source:
- asciidoctor
- Submitter:
- Bjarni Ingi Gislason
- Date:
- 2023-06-04 22:30:04 UTC
- Severity:
- normal
Dear Maintainer, here are some observations about created man pages with asciidoctor. #### Do not use '.sp' right after paragraphing macros like "SH". #### Begin each sentence on a new line, applies to both the source file and the man page, see man-pages(7). #### Don't use '\c' after a normal line, it's use is to join the output of _two_ macros without an intervening space. ###