aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitc921391b9e471d02ef82f0f45eaa4c354a6fdb85 (patch)
tree91b2236b7443621703a4c9718fde8a864701c640 /mandocdb.c
parent64308922dfa092ac669da8955b6018bbc3cab184 (diff)
downloadmandoc-c921391b9e471d02ef82f0f45eaa4c354a6fdb85.tar.gz
mandoc-c921391b9e471d02ef82f0f45eaa4c354a6fdb85.tar.zst
mandoc-c921391b9e471d02ef82f0f45eaa4c354a6fdb85.zip
move mandocdb(1) to mandocdb(8)
"please make this change" kristaps@
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 5504664c..9665f760 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -1,4 +1,4 @@
-/* $Id: mandocdb.c,v 1.1 2011/07/14 10:57:02 kristaps Exp $ */
+/* $Id: mandocdb.c,v 1.2 2011/07/14 14:36:37 schwarze Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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