summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-16 22:28:33 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-16 22:28:33 +0000
commit7bbe926b750bcfe99308671e9f343373e1d23671 (patch)
tree46993c916b318ab53ca941b3d6c19391962e577c /main.c
parent224230fa313f960b4300b3d7266313556f9e2781 (diff)
downloadmandoc-7bbe926b750bcfe99308671e9f343373e1d23671.tar.gz
`ig' support in all its glory. Try
.ig ig asdf .ig fdsa .. or .ig if asdf .if n \ foo for a laugh. It all works. Lots of regression tests supporting this and documentation for the same.
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 d6f3c008..583f9f61 100644
--- a/main.c
+++ b/main.c
@@ -798,8 +798,8 @@ mwarn(void *arg, int line, int col, const char *msg)
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)",
+ "request for scope closure when no matching scope is open: ignored",
+ "macro requires line argument(s): ignored",
"line arguments will be lost",
"memory exhausted"
};