diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-01 10:31:34 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-01 10:31:34 +0000 |
commit | e4affd1448bcff3063a205a0b8ec43596a4e46a3 (patch) | |
tree | fe99450e34a389dfd63d0236dcae4ea2e15371a6 /main.c | |
parent | 2ed73f15f397931a1f753d3402a929bf8fc03a36 (diff) | |
download | mandoc-e4affd1448bcff3063a205a0b8ec43596a4e46a3.tar.gz |
Re-ordering of roff requests as per OpenBSD.
Made `rm' be an error (again, OpenBSD...).
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "no text in this context", "bad comment style", "unknown macro will be lost", + "NOT IMPLEMENTED: skipping request", "line scope broken", "argument count wrong", "request scope close w/none open", |