aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
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 /mandoc.h
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 'mandoc.h')
-rw-r--r--mandoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 5a50f3fc..404daee2 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.24 2010/11/29 15:45:15 kristaps Exp $ */
+/* $Id: mandoc.h,v 1.25 2010/12/01 10:31:35 kristaps Exp $ */
/*
* Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -85,6 +85,7 @@ enum mandocerr {
MANDOCERR_NOTEXT, /* no text in this context */
MANDOCERR_BADCOMMENT, /* bad comment style */
MANDOCERR_MACRO, /* unknown macro will be lost */
+ MANDOCERR_REQUEST, /* NOT IMPLEMENTED: skipping request */
MANDOCERR_LINESCOPE, /* line scope broken */
MANDOCERR_ARGCOUNT, /* argument count wrong */
MANDOCERR_NOSCOPE, /* no such block is open */