summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-01-22 13:16:02 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-01-22 13:16:02 +0000
commit2431b218394ba14677aba28b89b056f9f3c6d87f (patch)
treea78f573cfa6f6cabc59bfc4a56aff08713d2bcb0 /main.c
parent160bce241fc63681edac21b1860a8cbe26bd5b9f (diff)
downloadmandoc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9568e5da..6075d520 100644
--- a/main.c
+++ b/main.c
@@ -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",