aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-04-08 07:53:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-04-08 07:53:01 +0000
commitdb9ac84d691aa665ae1560055501f7b33c6f1bd4 (patch)
tree7995928351c9657a143aa76b293b978106466e6f /libman.h
parent334c044215b7ad349e107fd3d5a14913d3f4baf1 (diff)
downloadmandoc-db9ac84d691aa665ae1560055501f7b33c6f1bd4.tar.gz
mandoc-db9ac84d691aa665ae1560055501f7b33c6f1bd4.tar.zst
mandoc-db9ac84d691aa665ae1560055501f7b33c6f1bd4.zip
Sync'd mdoc.c's function names with man.c.
Prompted by Ingo and Claus Assman, added warn/ignore for text lines beginning with `\."'.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libman.h b/libman.h
index eb6969f6..83dc6da2 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.30 2010/03/29 10:10:35 kristaps Exp $ */
+/* $Id: libman.h,v 1.31 2010/04/08 07:53:01 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -66,6 +66,7 @@ enum merr {
WROFFNEST,
WROFFSCOPE,
WTITLECASE,
+ WBADCOMMENT,
WERRMAX
};