Up to [cvs.netbsd.org] / src / etc / rc.d
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Tue Apr 17 00:02:59 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.1.4.1: +24 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.4.1, Tue Feb 7 19:13:30 2012 UTC (3 months, 2 weeks ago) by yamt
Branch: yamt-pagecache
Changes since 1.1: +0 -24
lines
FILE REMOVED
file makemandb was added on branch yamt-pagecache on 2012-04-17 00:02:59 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 7 19:13:30 2012 UTC (3 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6,
HEAD
Branch point for: yamt-pagecache
Import the new apropos/whatis. This code has been developed by Abhinav Upadhyay as part of Google's Summer of Code 2011. It uses libmandoc to parse man pages and builds a Full Text Index in a SQLite database. The combination of indexing the full manual page, filtering out stop words and ranking individual matches based on the section gives a much improved user experience. The old makewhatis and friends are kept under MKMAKEMANDB=no for now.