summaryrefslogtreecommitdiffstats
path: root/man_validate.c
diff options
context:
space:
mode:
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 4e250973..1bc128a0 100644
--- a/man_validate.c
+++ b/man_validate.c
@@ -95,6 +95,7 @@ static const struct man_valid man_valids[MAN_MAX] = {
{ NULL, posts_le1 }, /* Sp */
{ pres_bline, posts_le1 }, /* Vb */
{ pres_bline, posts_eq0 }, /* Ve */
+ { NULL, NULL }, /* AT */
};