aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 14:11:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 14:11:15 +0000
commita1018d4b412e9aa03fb18ff79885199f171b2220 (patch)
tree1908fbf70600a99f6a300ad6a213793b69a134bc /mandocdb.c
parentf87aa508ace733fdcbd5a14be84a4b4f7d8da43d (diff)
downloadmandoc-a1018d4b412e9aa03fb18ff79885199f171b2220.tar.gz
mandoc-a1018d4b412e9aa03fb18ff79885199f171b2220.tar.zst
mandoc-a1018d4b412e9aa03fb18ff79885199f171b2220.zip
Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos
(via mansearch), and merge mandocdb.h into mansearch.h (and remove).
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 fb36cc1d..63be04d5 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -1,4 +1,4 @@
-/* $Id: mandocdb.c,v 1.54 2012/06/09 11:21:12 kristaps Exp $ */
+/* $Id: mandocdb.c,v 1.55 2012/06/09 14:11:16 kristaps Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011, 2012 Ingo Schwarze <schwarze@openbsd.org>
@@ -44,8 +44,8 @@
#include "mdoc.h"
#include "man.h"
#include "mandoc.h"
-#include "mandocdb.h"
#include "manpath.h"
+#include "mansearch.h"
/* Post a warning to stderr. */
#define WARNING(_f, _b, _fmt, _args...) \