3 whatis \- database of online manual pages
11 file in each manual page directory is a database of titles for manual pages.
12 This database is used by
14 to map titles to manual pages names. The database is created by
16 from the NAME sections of the manual pages.
18 The NAME secions must be simple lines with no troff fluff but one
19 backslash like these two:
22 whatis \e\- database of online manual pages
24 cawf, nroff \e\- C version of the nroff-like, Amazingly Workable (text)
28 These lines are transformed by
30 to these two lines for the database:
33 cawf, nroff (1) \- C version of the nroff-like, Amazingly Workable (text)
36 whatis (5) \- database of online manual pages
39 As you can see they are in section number order, so that
41 searches them in section order.
43 Each entry is just a single line, restricting the NAME section to a single
44 line too with just one dash, and commas and spaces before the dash as you
52 It seems to be impossible for many manual page writers to keep the NAME
53 section simple. They also like to use every font available in their
54 documents. My simple scripts can't read their NAME sections, my simple
55 me can't read their texts.
57 Kees J. Bot (kjb@cs.vu.nl)