diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-04-02 06:51:44 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-04-02 06:51:44 +0000 |
commit | 8a03dc6dd4f8c96b6231d1f60da2bd65f437a8b4 (patch) | |
tree | 121b76378b915aba7ec64f61d34338b21358fd46 /man_action.c | |
parent | e487e44b52bbc7bfdb77346cc9a44d1a7c825d2c (diff) | |
download | mandoc-8a03dc6dd4f8c96b6231d1f60da2bd65f437a8b4.tar.gz |
mdoc_tokhash -> hash
Initial man hashtab (BROKEN).
Diffstat (limited to 'man_action.c')
-rw-r--r-- | man_action.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man_action.c b/man_action.c index b14afa41..c6eef21a 100644 --- a/man_action.c +++ b/man_action.c @@ -60,6 +60,7 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* IR */ { NULL }, /* RI */ { NULL }, /* br */ + { NULL }, /* na */ }; |