summaryrefslogtreecommitdiffstats
path: root/man_validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-04-02 06:51:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-04-02 06:51:44 +0000
commit8a03dc6dd4f8c96b6231d1f60da2bd65f437a8b4 (patch)
tree121b76378b915aba7ec64f61d34338b21358fd46 /man_validate.c
parente487e44b52bbc7bfdb77346cc9a44d1a7c825d2c (diff)
downloadmandoc-8a03dc6dd4f8c96b6231d1f60da2bd65f437a8b4.tar.gz
mdoc_tokhash -> hash
Initial man hashtab (BROKEN).
Diffstat (limited to 'man_validate.c')
-rw-r--r--man_validate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_validate.c b/man_validate.c
index b7fd95b8..ceded34e 100644
--- a/man_validate.c
+++ b/man_validate.c
@@ -72,6 +72,7 @@ static const struct man_valid man_valids[MAN_MAX] = {
{ NULL }, /* IR */
{ NULL }, /* RI */
{ posts_eq0 }, /* br */
+ { posts_eq0 }, /* na */
};