aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-11-13 10:12:05 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-11-13 10:12:05 +0000
commit634723ea3f0d1959630822e288b230b77961eb92 (patch)
treebe72f1e4e2a55a26ca1c5d7fa15d61dbfb76b663 /apropos.c
parent7d28b5a250882f9315a7a52bc5289e7a3cd2762f (diff)
downloadmandoc-634723ea3f0d1959630822e288b230b77961eb92.tar.gz
mandoc-634723ea3f0d1959630822e288b230b77961eb92.tar.zst
mandoc-634723ea3f0d1959630822e288b230b77961eb92.zip
Less misleading file names; ok kristaps@.
Diffstat (limited to 'apropos.c')
-rw-r--r--apropos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apropos.c b/apropos.c
index 6bb5b7a9..987bec6d 100644
--- a/apropos.c
+++ b/apropos.c
@@ -1,4 +1,4 @@
-/* $Id: apropos.c,v 1.10 2011/11/09 22:05:56 kristaps Exp $ */
+/* $Id: apropos.c,v 1.11 2011/11/13 10:12:05 schwarze Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <string.h>
-#include "apropos.h"
+#include "apropos_db.h"
#include "mandoc.h"
static int cmp(const void *, const void *);