CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/01 14:10:18
Modified files:
usr.bin/mandoc : mdoc_html.c mdoc_validate.c
regress/usr.bin/mandoc/mdoc/Cm: tag.out_tag
regress/usr.bin/mandoc/mdoc/Dv: tag.out_tag
regress/usr.bin/mandoc/mdoc/Em: tag.out_tag
regress/usr.bin/mandoc/mdoc/Er: tag.out_tag
regress/usr.bin/mandoc/mdoc/Ev: tag.out_tag
regress/usr.bin/mandoc/mdoc/Fl: tag.out_tag
regress/usr.bin/mandoc/mdoc/Fo: tag.out_tag
regress/usr.bin/mandoc/mdoc/Ic: tag.out_tag
regress/usr.bin/mandoc/mdoc/Li: tag.out_tag
regress/usr.bin/mandoc/mdoc/Ms: tag.out_tag
regress/usr.bin/mandoc/mdoc/No: tag.out_tag
regress/usr.bin/mandoc/mdoc/Sh: Makefile tag.in tag.out_ascii
tag.out_html tag.out_markdown
regress/usr.bin/mandoc/mdoc/Sy: tag.out_tag
regress/usr.bin/mandoc/mdoc/Tg: warn.out_tag
Added files:
regress/usr.bin/mandoc/mdoc/Sh: tag.out_lint tag.out_tag
Log message:
Just like we are already doing it in HTML output, automatically tag
section and subsection headers in terminal output, too. Even though
admittedly, commands like "/SEE" and "/ Subsec" work, too, there
is no downside, and besides, with the recent improvements in the
tagging framework, implementation cost is negligible.