diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-22 10:35:26 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-22 10:35:26 +0000 |
commit | d7ddf4463ca2aeccf4afd41006e86ebf22df6529 (patch) | |
tree | 17458d2ad2c7a6aeca8d7c0cd742714ea7b657ef /main.c | |
parent | 643580914487cde30df4724b8d2650d81470351f (diff) | |
download | mandoc-d7ddf4463ca2aeccf4afd41006e86ebf22df6529.tar.gz |
Add a FATAL error for when no manual type was assigned (you can repeat
this for yourself by having a file consisting only of comments).
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -168,6 +168,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "generic fatal error", + "not a manual", "column syntax is inconsistent", "NOT IMPLEMENTED: .Bd -file", "line scope broken, syntax violated", |