aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mansearch.h
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
commit06c5aa8bd50129b600b1f47360322e6357a10d51 (patch)
tree27447b46d07a3041080a9e758c99a60387b73091 /mansearch.h
parent956777a901ad57251d9ebe5bd44ca080923e9f28 (diff)
downloadmandoc-06c5aa8bd50129b600b1f47360322e6357a10d51.tar.gz
mandoc-06c5aa8bd50129b600b1f47360322e6357a10d51.tar.zst
mandoc-06c5aa8bd50129b600b1f47360322e6357a10d51.zip
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".
Diffstat (limited to 'mansearch.h')
-rw-r--r--mansearch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mansearch.h b/mansearch.h
index fc2dfe75..25e6d6b7 100644
--- a/mansearch.h
+++ b/mansearch.h
@@ -1,4 +1,4 @@
-/* $Id: mansearch.h,v 1.3 2013/06/05 02:00:26 schwarze Exp $ */
+/* $Id: mansearch.h,v 1.4 2013/06/06 14:27:02 schwarze Exp $ */
/*
* Copyright (c) 2012 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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