summaryrefslogtreecommitdiffstats
path: root/man_macro.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_macro.c
parente487e44b52bbc7bfdb77346cc9a44d1a7c825d2c (diff)
downloadmandoc-8a03dc6dd4f8c96b6231d1f60da2bd65f437a8b4.tar.gz
mdoc_tokhash -> hash
Initial man hashtab (BROKEN).
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_macro.c b/man_macro.c
index 6447b3bb..8c49983f 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -52,6 +52,7 @@ static int man_flags[MAN_MAX] = {
FL_NLINE, /* IR */
FL_NLINE, /* RI */
0, /* br */
+ 0, /* na */
};
int