diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-06-09 14:11:15 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-06-09 14:11:15 +0000 |
commit | 7df88ef65ce4e70a7d52392e97db37992beb2d7a (patch) | |
tree | e8a8606f2a59a93b95449a9e9446f99b129dc482 /mandocdb.c | |
parent | 515587095ff4cfdd1d5ca7e77a61a13027c477af (diff) | |
download | mandoc-7df88ef65ce4e70a7d52392e97db37992beb2d7a.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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...) \ |