summaryrefslogtreecommitdiffstats
path: root/man_hash.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 15:41:09 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 15:41:09 +0000
commitb657e31a9ec6631499c82ab01201bfb7db357ba3 (patch)
treeb4d902aaa9d17e0684c61f1912c194589fb05bc1 /man_hash.c
parent858ffa5feefe929dcf0dabf5d771106577f1d9e7 (diff)
downloadmandoc-b657e31a9ec6631499c82ab01201bfb7db357ba3.tar.gz
-man linked to mandoc in documentation.
Diffstat (limited to 'man_hash.c')
-rw-r--r--man_hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/man_hash.c b/man_hash.c
index 418c0b83..bffb5bac 100644
--- a/man_hash.c
+++ b/man_hash.c
@@ -49,6 +49,8 @@ man_hash_find(const void *arg, const char *tmp)
{
int i;
+ /* TODO */
+
for (i = 0; i < MAN_MAX; i++)
if (0 == strcasecmp(tmp, man_macronames[i]))
return(i);