The NetBSD Project

CVS log for src/usr.sbin/makemandb/apropos.1

[BACK] Up to [cvs.NetBSD.org] / src / usr.sbin / makemandb

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 2 18:35:28 2013 UTC (6 weeks, 5 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Bump date.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Apr 2 17:16:50 2013 UTC (6 weeks, 5 days ago) by christos
Branch: MAIN
Changes since 1.11: +10 -6 lines
Diff to previous 1.11 (colored)

instead of having a format and no format flag, and exposing various formatters,
provide a format enum and expose html formatting too.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 29 21:39:09 2013 UTC (7 weeks, 2 days ago) by wiz
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

Use Ev for environment variables. Improve -n description.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 29 20:37:00 2013 UTC (7 weeks, 2 days ago) by christos
Branch: MAIN
Changes since 1.9: +1 -16 lines
Diff to previous 1.9 (colored)

- Fix legacy mode to use like instead of match. This loses ranking.
- default to unlimited lines
- fix formatting of legacy mode

Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 29 20:17:19 2013 UTC (7 weeks, 2 days ago) by christos
Branch: MAIN
Changes since 1.8: +18 -19 lines
Diff to previous 1.8 (colored)

Don't enumerate all the digit sections
Explain limitations in legacy mode

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 29 20:07:31 2013 UTC (7 weeks, 2 days ago) by christos
Branch: MAIN
Changes since 1.7: +16 -5 lines
Diff to previous 1.7 (colored)

- If the stdout is not a tty, prevent formatting unless forced with -i
- Don't ever page unless asked for with -p
- Introduce "legacy mode" (-l)
  1. searches only name and name_desc, prints name(section) - name_description
  2. turns off escape formatting (can be forced on with -i)
  3. turns off context printing (can be forced on with -c)
- Parse the environment $APROPOS variable as an argument vector.

With these changes one can simply 'export APROPOS=-l' and get the old apropos
behavior.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 10 23:58:28 2013 UTC (3 months ago) by christos
Branch: MAIN
CVS Tags: tls-maxphys-nbase, tls-maxphys-base, agc-symver-base, agc-symver
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (colored)

add -r flag to elide tty formatting

Revision 1.6 / (download) - annotate - [select for diffs], Sat Oct 6 15:33:59 2012 UTC (7 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6
Changes since 1.5: +7 -5 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], Sun Apr 22 21:27:07 2012 UTC (12 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Branch point for: tls-maxphys
Changes since 1.4: +9 -2 lines
Diff to previous 1.4 (colored)

Add HISTORY section. From Abhinav Upadhyay in private mail.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 20 18:25:51 2012 UTC (14 months, 4 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Branch point for: yamt-pagecache
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

Add reference to whatis(1). From Abhinav Upadhyay.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 15 23:53:13 2012 UTC (15 months ago) by joerg
Branch: MAIN
Changes since 1.2: +13 -3 lines
Diff to previous 1.2 (colored)

Add support for apropos -s like in the old apropos. Fix capitalisation.
Add note about optional quotation. From Abhinav Upadhyay.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 10 16:57:44 2012 UTC (15 months, 1 week ago) by njoly
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Fix makemandb section.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 7 19:13:32 2012 UTC (15 months, 1 week ago) by joerg
Branch: MAIN

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>