]> git.cameronkatri.com Git - mandoc.git/commit
Remove two useless FATAL errors.
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 30 Jul 2014 14:50:08 +0000 (14:50 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 30 Jul 2014 14:50:08 +0000 (14:50 +0000)
commitacabb8adac4c3a73958a04790a165c1880c5f91c
tree39c45c61e29705d3c9e0594d9253cc15aa9aaea4
parenta9c60e19e39804deecac9dc666a4ccad62e76f9c
Remove two useless FATAL errors.
When a file contains neither text nor macros, treat it as an empty document.
When the mdoc(7) document prologue is incomplete, use some default values.
mandoc.h
mdoc_validate.c
read.c