CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/20 03:29:31
Modified files:
usr.bin/mandoc : main.c man_term.c mdoc_term.c tag.c tag.h
Log message:
Make the code more readable by introducing
symbolic constants for tagging priorities.
This review also made me find a minor bug: do not upgrade
TAG_FALLBACK to TAG_WEAK when there is trailing whitespace.
