aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit364660607f78ece4469bf93ed5a754c04ec61847 (patch)
tree98a745094e489116617f1e7baa6ab167c9c4ed3e /man_hash.c
parent1b03ebdce412e8ef752ed49e9aba8d666cdc9bf2 (diff)
downloadmandoc-364660607f78ece4469bf93ed5a754c04ec61847.tar.gz
mandoc-364660607f78ece4469bf93ed5a754c04ec61847.tar.zst
mandoc-364660607f78ece4469bf93ed5a754c04ec61847.zip
-man linked to mandoc in documentation.
Diffstat (limited to 'man_hash.c')
-rw-r--r--man_hash.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/man_hash.c b/man_hash.c
index 918258e1..de4546f5 100644
--- a/man_hash.c
+++ b/man_hash.c
@@ -1,4 +1,4 @@
-/* $Id: man_hash.c,v 1.1 2009/03/23 14:22:11 kristaps Exp $ */
+/* $Id: man_hash.c,v 1.2 2009/03/23 15:41:09 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -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);