aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitce6c60c32bf1ef48cae539a850d142548b24d8ad (patch)
tree67f9314d3b2e5e1ccf9a2d368b8eadbe6eba8879 /main.c
parentf34d66a2879319e93c3b35ed619dbb00a3a7885f (diff)
downloadmandoc-ce6c60c32bf1ef48cae539a850d142548b24d8ad.tar.gz
mandoc-ce6c60c32bf1ef48cae539a850d142548b24d8ad.tar.zst
mandoc-ce6c60c32bf1ef48cae539a850d142548b24d8ad.zip
`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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index a66475fb..69cfb3b0 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.77 2010/05/16 19:08:11 kristaps Exp $ */
+/* $Id: main.c,v 1.78 2010/05/16 22:28:33 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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"
};