CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/01 21:47:07
Modified files:
share/man/man7 : mdoc.7
usr.bin/mandoc : libmdoc.h mandoc.h mdoc.c mdoc.h mdoc_argv.c
mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c
mdoc_validate.c read.c
regress/usr.bin/mandoc/mdoc/Eo: Makefile
regress/usr.bin/mandoc/mdoc/Fo: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Eo: obsolete.in obsolete.out_ascii
obsolete.out_lint
regress/usr.bin/mandoc/mdoc/Fo: obsolete.in obsolete.out_ascii
obsolete.out_lint
Log message:
Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,
since this is hardly more complicated than explicitly ignoring them
as we did in the past. Of course, do not use them!