diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-22 13:16:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-22 13:16:02 +0000 |
commit | 2431b218394ba14677aba28b89b056f9f3c6d87f (patch) | |
tree | a78f573cfa6f6cabc59bfc4a56aff08713d2bcb0 /main.c | |
parent | 160bce241fc63681edac21b1860a8cbe26bd5b9f (diff) | |
download | mandoc-2431b218394ba14677aba28b89b056f9f3c6d87f.tar.gz |
When finding the roff .it request (line trap),
make it clear that you cannot use mandoc to format that page (yet).
Triggered by a report from brad@, ok kristaps@.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "escaped character not allowed in a name", "skipping text before the first section header", "skipping unknown macro", - "NOT IMPLEMENTED: skipping request", + "NOT IMPLEMENTED, please use groff: skipping request", "line scope broken", "argument count wrong", "skipping end of block that is not open", |