]> git.cameronkatri.com Git - mandoc.git/commitdiff
Version bumped. VERSION_1_7_13
authorKristaps Dzonsons <kristaps@bsd.lv>
Sun, 12 Apr 2009 19:49:35 +0000 (19:49 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sun, 12 Apr 2009 19:49:35 +0000 (19:49 +0000)
`.Er' has more section restrictions (Joerg).

Makefile
mdoc_validate.c

index 1146412b0cfe7d705da2a4a2cfb06c745fe8e8ec..1b36dad08c5d21ea8ccc40a16b6b7713da039721 100644 (file)
--- 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
index ebabdee1ea42cd0ae3e78b3b075edae28dbac757..b6cb2a48ec73f1e7842e99503c9b79d481ffd776 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_validate.c,v 1.5 2009/04/12 19:45:26 kristaps Exp $ */
+/*     $Id: mdoc_validate.c,v 1.6 2009/04/12 19:49:35 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
  *
@@ -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));
 }