summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-04-12 19:49:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-04-12 19:49:35 +0000
commitfa803455177b91cd6aa6b5bdba731a21e0d8723e (patch)
treeebb78b1e7ab87c7664412803620ca3b7637872d8
parent50ed526df298a5c610c17c16e91ca00c494fcc0b (diff)
downloadmandoc-fa803455177b91cd6aa6b5bdba731a21e0d8723e.tar.gz
Version bumped.VERSION.1.7.13
`.Er' has more section restrictions (Joerg).
-rw-r--r--Makefile4
-rw-r--r--mdoc_validate.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1146412b..1b36dad0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.7.12
-VDATE = 06 April 2009
+VERSION = 1.7.13
+VDATE = 12 April 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
diff --git a/mdoc_validate.c b/mdoc_validate.c
index 0635dd83..b1b4fbfc 100644
--- a/mdoc_validate.c
+++ b/mdoc_validate.c
@@ -972,7 +972,7 @@ static int
pre_er(PRE_ARGS)
{
- return(check_msec(mdoc, n, 2, 0));
+ return(check_msec(mdoc, n, 2, 3, 9, 0));
}