aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit4b0c2fc3c119aee943d8da19d33c1a5070f7d9d4 (patch)
treea7900cd259d826cca5545daf6e831ad2fe5b6aa7 /main.c
parentf9f298afcb49b561ce6eac34f72734c0a4eec477 (diff)
downloadmandoc-4b0c2fc3c119aee943d8da19d33c1a5070f7d9d4.tar.gz
mandoc-4b0c2fc3c119aee943d8da19d33c1a5070f7d9d4.tar.zst
mandoc-4b0c2fc3c119aee943d8da19d33c1a5070f7d9d4.zip
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index a83f8aeb..a29c71b2 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.138 2011/01/12 15:50:42 kristaps Exp $ */
+/* $Id: main.c,v 1.139 2011/01/22 13:16:02 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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",