summaryrefslogtreecommitdiffstats
path: root/man_term.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_term.c
parente487e44b52bbc7bfdb77346cc9a44d1a7c825d2c (diff)
downloadmandoc-8a03dc6dd4f8c96b6231d1f60da2bd65f437a8b4.tar.gz
mdoc_tokhash -> hash
Initial man hashtab (BROKEN).
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_term.c b/man_term.c
index 7d949470..e227ec23 100644
--- a/man_term.c
+++ b/man_term.c
@@ -81,6 +81,7 @@ static const struct termact termacts[MAN_MAX] = {
{ pre_IR, NULL }, /* IR */
{ pre_RI, NULL }, /* RI */
{ pre_PP, NULL }, /* br */
+ { NULL, NULL }, /* na */
};
static void print_head(struct termp *,