CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/11/28 11:07:38
Modified files:
usr.bin/mandoc : Makefile mandoc.h mdoc_validate.c read.c
regress/usr.bin/mandoc/mdoc/Dt: Makefile dupe.out_lint
Removed files:
usr.bin/mandoc : arch.c arch.in
regress/usr.bin/mandoc/mdoc/Dt: badarch.in badarch.out_lint
Log message:
Drop useless architecture table. Validating architecture names
is a job for makewhatis(8)/mandoc.db(5), not for the parser.
Removes 150 lines from source files and 4k (1%) from the binary.
Bloat found by deraadt@.