aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-01 10:31:34 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-01 10:31:34 +0000
commit1c61a1b1241d9362e411865da7ea7cd895d7cc2f (patch)
tree6039fbb56a25bc186135a48149692a6a15812fb7 /main.c
parentf3cefbf118751bbcb538866931598b97d1cd8a89 (diff)
downloadmandoc-1c61a1b1241d9362e411865da7ea7cd895d7cc2f.tar.gz
mandoc-1c61a1b1241d9362e411865da7ea7cd895d7cc2f.tar.zst
mandoc-1c61a1b1241d9362e411865da7ea7cd895d7cc2f.zip
Re-ordering of roff requests as per OpenBSD.
Made `rm' be an error (again, OpenBSD...).
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index e8031ae2..1664825d 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.109 2010/11/29 15:45:15 kristaps Exp $ */
+/* $Id: main.c,v 1.110 2010/12/01 10:31:34 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -159,6 +159,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"no text in this context",
"bad comment style",
"unknown macro will be lost",
+ "NOT IMPLEMENTED: skipping request",
"line scope broken",
"argument count wrong",
"request scope close w/none open",