summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index 45a691e9..3ab94889 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.5 2008/12/28 00:34:20 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.6 2008/12/28 23:07:04 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -224,6 +224,7 @@ enum mdoc_warn {
WARN_SEC_OO,
WARN_ARGS_GE1,
WARN_ARGS_EQ0,
+ WARN_COMPAT_TROFF
};
struct mdoc_arg {