aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mansearch.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-08-01 12:31:00 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-08-01 12:31:00 +0000
commit00a32336ba5a68c81896fde4bcdab5760ed03588 (patch)
tree3fc8361937f45881d1432a8271d347ce8ede65a7 /mansearch.h
parent10930fb77a95963e1da549f90cad2d6ecaaf597e (diff)
downloadmandoc-00a32336ba5a68c81896fde4bcdab5760ed03588.tar.gz
mandoc-00a32336ba5a68c81896fde4bcdab5760ed03588.tar.zst
mandoc-00a32336ba5a68c81896fde4bcdab5760ed03588.zip
Adjust MANDOC_DB and bump MANDOCDB_VERSION now that
this was put into production in OpenBSD-current.
Diffstat (limited to 'mansearch.h')
-rw-r--r--mansearch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mansearch.h b/mansearch.h
index c1532498..892c6e1e 100644
--- a/mansearch.h
+++ b/mansearch.h
@@ -1,4 +1,4 @@
-/* $Id: mansearch.h,v 1.26 2016/07/20 00:23:14 schwarze Exp $ */
+/* $Id: mansearch.h,v 1.27 2016/08/01 12:31:00 schwarze Exp $ */
/*
* Copyright (c) 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014, 2016 Ingo Schwarze <schwarze@openbsd.org>
@@ -16,9 +16,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define MANDOC_DB "mandoc.new.db"
+#define MANDOC_DB "mandoc.db"
#define MANDOCDB_MAGIC 0x3a7d0cdb
-#define MANDOCDB_VERSION 0 /* XXX Start counting in production. */
+#define MANDOCDB_VERSION 1
#define MACRO_MAX 36
#define KEY_Nd 39