CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2018/12/03 14:00:06

Modified files:
        usr.bin/mandoc : man_html.c man_term.c man_validate.c 
                         mdoc_html.c mdoc_man.c mdoc_markdown.c 
                         mdoc_term.c mdoc_validate.c 
        regress/usr.bin/mandoc/man/PP: args.out_lint 

Log message:
In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)
to the standard forms (Pp, Ft, PP) up front, such that later code
does not need to look for the obsolete versions.
This reduces the risk of incomplete handling.

Reply via email to