diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-16 19:08:11 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-16 19:08:11 +0000 |
commit | 76918e2e1d5b60e535b8c4ee567f001fa667bc1a (patch) | |
tree | e1b5ed9da404584e88719360d82b6cea2f7ad59c /main.c | |
parent | f20ec3ad8a63200ea468d6350f96622a33060719 (diff) | |
download | mandoc-76918e2e1d5b60e535b8c4ee567f001fa667bc1a.tar.gz |
Regression tests in place for `.if' in libroff.
Check against some strange `.if' constructs I missed.
Added initial roff.7 manual.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -799,6 +799,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "ok", "multi-line scope open on exit", "request for scope closure when no matching scope is open", + "macro requires line argument(s)", "line arguments will be lost", "memory exhausted" }; |