summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-07-14 14:36:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-07-14 14:36:37 +0000
commit51b5cc82a721038ad76d6e14b4033acedb5d338e (patch)
tree9f66458c066f1aedef1c8039f307f58f6ba91633 /mandocdb.c
parent2b87c6b1a975b795f88ce8dddfbfc2f746d3437c (diff)
downloadmandoc-51b5cc82a721038ad76d6e14b4033acedb5d338e.tar.gz
move mandocdb(1) to mandocdb(8)
"please make this change" kristaps@
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandocdb.c b/mandocdb.c
index e2282eda..b3d5d114 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -44,7 +44,7 @@
#define MANDOC_FLAGS O_CREAT|O_TRUNC|O_RDWR
#define MANDOC_SLOP 1024
-/* Bit-fields. See makewhatis.1. */
+/* Bit-fields. See mandocdb.8. */
#define TYPE_NAME 0x01
#define TYPE_FUNCTION 0x02