Up to [cvs.NetBSD.org] / src / usr.sbin / makemandb
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sat Oct 6 15:33:59 2012 UTC (7 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.5: +7 -8
lines
Diff to previous 1.5 (colored)
Make mandb path configurable. makemandb (and related tools) use the path from the _mandb variable from man.conf now. Set _mandb in man.conf to same value as was used before. From Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 29 20:33:01 2012 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.4: +9 -5
lines
Diff to previous 1.4 (colored)
Add -Q flag: Print only fatal error messages (i.e., when the database is left in an inconsistent state and needs manual intervention). From Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 25 12:37:00 2012 UTC (8 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Sort options in SYNOPSIS.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 22 21:29:27 2012 UTC (13 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Changes since 1.2: +6 -2
lines
Diff to previous 1.2 (colored)
Sync with reality, From Abhinav Upadhyay in private mail.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 20 18:25:51 2012 UTC (15 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Branch point for: yamt-pagecache
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Add reference to whatis(1). From Abhinav Upadhyay.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 7 19:13:32 2012 UTC (15 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
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.