summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-06-06 14:27:02 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-06-06 14:27:02 +0000
commitb486fdeae3b0b092a8adc26cdd0eccfb426e1679 (patch)
tree56c33ec737b63a2ba84baa946c43f2e32f6b8888
parent4c8e38c971341b397721f565e4dae22d4bf19a48 (diff)
downloadmandoc-b486fdeae3b0b092a8adc26cdd0eccfb426e1679.tar.gz
No point in inventing yet another file name for the database.
We are not going back to Berkeley DB and don't care about overwriting any obsolete files that may be lying around. So, go back from "mandocdb.db" to "mandoc.db".
-rw-r--r--mansearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mansearch.h b/mansearch.h
index a72d5901..e1616e05 100644
--- a/mansearch.h
+++ b/mansearch.h
@@ -17,7 +17,7 @@
#ifndef MANSEARCH_H
#define MANSEARCH_H
-#define MANDOC_DB "mandocdb.db"
+#define MANDOC_DB "mandoc.db"
#define TYPE_An 0x0000000000000001ULL
#define TYPE_Ar 0x0000000000000002ULL