CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2019/01/05 21:41:15

Modified files:
        usr.bin/mandoc : html.c html.h man_html.c roff_html.c tbl_html.c 
        regress/usr.bin/mandoc/man/HP: Makefile literal.in 
                                       literal.out_ascii 
        regress/usr.bin/mandoc/man/IP: Makefile literal.in 
                                       literal.out_ascii 
        regress/usr.bin/mandoc/man/RS: Makefile 
        regress/usr.bin/mandoc/man/SH: Makefile 
        regress/usr.bin/mandoc/man/SS: Makefile 
        regress/usr.bin/mandoc/man/TP: Makefile literal.in 
                                       literal.out_ascii 
        regress/usr.bin/mandoc/roff/sp: Makefile 
Added files:
        regress/usr.bin/mandoc/man/HP: literal.out_html 
        regress/usr.bin/mandoc/man/IP: literal.out_html 
        regress/usr.bin/mandoc/man/RS: paragraph.in paragraph.out_ascii 
                                       paragraph.out_html 
        regress/usr.bin/mandoc/man/SH: paragraph.in paragraph.out_ascii 
                                       paragraph.out_html 
        regress/usr.bin/mandoc/man/SS: paragraph.in paragraph.out_ascii 
                                       paragraph.out_html 
        regress/usr.bin/mandoc/man/TP: literal.out_html 
        regress/usr.bin/mandoc/roff/sp: fill-man.in fill-man.out_ascii 
                                        fill-man.out_html 

Log message:
Finally, represent the man(7) .PP and .HP macros by the natural
choice, which is <p> HTML element.  On top of the previous fill-mode
improvements, the key to making this possible is to automatically
close the <p> when required: before headers, subsequent paragraphs,
lists, indented blocks, synopsis blocks, tbl(7) blocks, and before
blocks using no-fill mode.

In man(7) documents, represent the .sp request by a blank line in
no-fill mode and in the same way as .PP in fill mode.

Reply via email to